From 75e47cab673734147eed94eb21bb14050c7673bb Mon Sep 17 00:00:00 2001 From: "C.A.P. Linssen" Date: Thu, 10 Aug 2023 07:28:04 -0700 Subject: [PATCH] update version number after 2.5.3 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 80d529ba..d9449e7a 100755 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ In addition to continuous dynamics, discrete events can be used to model instantaneous changes in system state, such as a neuronal action potential. These can be generated by the system under test as well as applied as external stimuli, making ODE-toolbox particularly well-suited for applications in computational neuroscience.""" setup(name="odetoolbox", - version="2.5.3", + version="2.5.3-post-dev", author="The NEST Initiative", classifiers=['Development Status :: 4 - Beta', 'Environment :: Console',