From 282a474c4d77d7e8bf95a360c51be166d28d0d24 Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Tue, 16 Apr 2024 10:16:52 +0200 Subject: [PATCH] update version numbers for release --- pynestml/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pynestml/__init__.py b/pynestml/__init__.py index 0ad7fc1cb..b78474052 100644 --- a/pynestml/__init__.py +++ b/pynestml/__init__.py @@ -19,7 +19,7 @@ # You should have received a copy of the GNU General Public License # along with NEST. If not, see . -__version__ = "7.0.1-post-dev" +__version__ = "7.0.2" __all__ = ['cocos', 'codegeneration', diff --git a/setup.py b/setup.py index 95a16e7e6..de6950f94 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name="NESTML", - version="7.0.1-post-dev", + version="7.0.2", description="NESTML is a domain specific language that supports the specification of neuron models in a" " precise and concise syntax, based on the syntax of Python. Model equations can either be given" " as a simple string of mathematical notation or as an algorithm written in the built-in procedural"