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',