Skip to content

Commit 5d1c3e6

Browse files
author
C.A.P. Linssen
committed
update version number for NESTML release
1 parent 4ff6ee1 commit 5d1c3e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pynestml/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# You should have received a copy of the GNU General Public License
2020
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
2121

22-
__version__ = "5.1.0-post-dev"
22+
__version__ = "5.2.0"
2323

2424
__all__ = ['cocos',
2525
'codegeneration',

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name="NESTML",
42-
version="5.1.0-post-dev",
42+
version="5.2.0",
4343
description="NESTML is a domain specific language that supports the specification of neuron models in a"
4444
" precise and concise syntax, based on the syntax of Python. Model equations can either be given"
4545
" as a simple string of mathematical notation or as an algorithm written in the built-in procedural"

0 commit comments

Comments
 (0)