From aab0f22b57bfbccee95f44b78108824feee3af91 Mon Sep 17 00:00:00 2001 From: BastienTr Date: Mon, 21 Jun 2021 21:09:39 +0200 Subject: [PATCH] setup.py for v0.7 release --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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