Skip to content

Commit 906d3a4

Browse files
author
C.A.P. Linssen
committed
update version numbers for 6.0.0 release
1 parent 55cdfea commit 906d3a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pynestml/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = "5.3.0-post-dev"
22+
__version__ = "6.0.0"
2323

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

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