We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff6ee1 commit 5d1c3e6Copy full SHA for 5d1c3e6
pynestml/__init__.py
@@ -19,7 +19,7 @@
19
# You should have received a copy of the GNU General Public License
20
# along with NEST. If not, see <http://www.gnu.org/licenses/>.
21
22
-__version__ = "5.1.0-post-dev"
+__version__ = "5.2.0"
23
24
__all__ = ['cocos',
25
'codegeneration',
setup.py
@@ -39,7 +39,7 @@
39
40
setup(
41
name="NESTML",
42
- version="5.1.0-post-dev",
+ version="5.2.0",
43
description="NESTML is a domain specific language that supports the specification of neuron models in a"
44
" precise and concise syntax, based on the syntax of Python. Model equations can either be given"
45
" as a simple string of mathematical notation or as an algorithm written in the built-in procedural"
0 commit comments