diff --git a/doc/index.rst b/doc/index.rst index ef908d76..70f6754e 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -613,7 +613,7 @@ Citing ODE-toolbox If you use ODE-toolbox in your work, please cite it depending on the version you are using. (It is recommended to use the latest release version whenever possible.) -For version 2.5: +For version 2.5 and 2.5.1: .. [1] Charl Linssen, Shraddha Jain, Pooja N. Babu, Abigail Morrison and Jochen M. Eppler (2022) **ODE-toolbox: Automatic selection and generation of integration schemes for systems of ordinary differential equations.** Zenodo. `doi:10.5281/zenodo.7193351 `__. diff --git a/setup.py b/setup.py index 8f4ca629..3407791f 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-post-dev", + version="2.5.1", author="The NEST Initiative", classifiers=['Development Status :: 4 - Beta', 'Environment :: Console',