Skip to content

Commit

Permalink
setup.py for v0.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
BastienTr committed Jun 21, 2021
1 parent 15eef39 commit aab0f22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Expand Up @@ -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)
Expand All @@ -35,6 +35,7 @@
'numpy',
'scipy',
'matplotlib',
'sympy'
],
#'package' package must contain files (see list above)
#This dict maps the package name =to=> directories
Expand Down

0 comments on commit aab0f22

Please sign in to comment.