Skip to content

Commit b18c644

Browse files
author
C.A.P. Linssen
committed
update version numbers after 8.0.0 release
1 parent a9cdd59 commit b18c644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pynestml/__init__.py

+1-1
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__ = "8.0.0"
22+
__version__ = "8.0.0-post-dev"
2323

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

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
setup(
4141
name="NESTML",
42-
version="8.0.0",
42+
version="8.0.0-post-dev",
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)