diff --git a/setup.py b/setup.py index e07c722..501482e 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ MAINTAINER_EMAIL = 'veeresht@gmail.com' URL = 'http://veeresht.github.com/CommPy' LICENSE = 'BSD 3-Clause' -VERSION = '0.6.0' +VERSION = '0.7.0' #This is a list of files to install, and where #(relative to the 'root' dir, where setup.py is) @@ -35,6 +35,7 @@ 'numpy', 'scipy', 'matplotlib', + 'sympy' ], #'package' package must contain files (see list above) #This dict maps the package name =to=> directories