Skip to content

Commit aab0f22

Browse files
committed
setup.py for v0.7 release
1 parent 15eef39 commit aab0f22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
MAINTAINER_EMAIL = '[email protected]'
1212
URL = 'http://veeresht.github.com/CommPy'
1313
LICENSE = 'BSD 3-Clause'
14-
VERSION = '0.6.0'
14+
VERSION = '0.7.0'
1515

1616
#This is a list of files to install, and where
1717
#(relative to the 'root' dir, where setup.py is)
@@ -35,6 +35,7 @@
3535
'numpy',
3636
'scipy',
3737
'matplotlib',
38+
'sympy'
3839
],
3940
#'package' package must contain files (see list above)
4041
#This dict maps the package name =to=> directories

0 commit comments

Comments
 (0)