diff --git a/pynestml/__init__.py b/pynestml/__init__.py index 438072fc8..32f3f61e5 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__ = "8.0.0" +__version__ = "8.0.0-post-dev" __all__ = ['cocos', 'codegeneration', diff --git a/setup.py b/setup.py index f4e04f2d0..47d7bebab 100755 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ setup( name="NESTML", - version="8.0.0", + version="8.0.0-post-dev", 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"