We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6315268 + aab0f22 commit bda9bebCopy full SHA for bda9beb
setup.py
@@ -11,7 +11,7 @@
11
MAINTAINER_EMAIL = '[email protected]'
12
URL = 'http://veeresht.github.com/CommPy'
13
LICENSE = 'BSD 3-Clause'
14
-VERSION = '0.6.0'
+VERSION = '0.7.0'
15
16
#This is a list of files to install, and where
17
#(relative to the 'root' dir, where setup.py is)
@@ -35,6 +35,7 @@
35
'numpy',
36
'scipy',
37
'matplotlib',
38
+ 'sympy'
39
],
40
#'package' package must contain files (see list above)
41
#This dict maps the package name =to=> directories
0 commit comments