Skip to content

Commit

Permalink
update version number for NESTML release
Browse files Browse the repository at this point in the history
  • Loading branch information
C.A.P. Linssen committed Mar 1, 2023
1 parent 4ff6ee1 commit 5d1c3e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pynestml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# You should have received a copy of the GNU General Public License
# along with NEST. If not, see <http://www.gnu.org/licenses/>.

__version__ = "5.1.0-post-dev"
__version__ = "5.2.0"

__all__ = ['cocos',
'codegeneration',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

setup(
name="NESTML",
version="5.1.0-post-dev",
version="5.2.0",
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"
Expand Down

0 comments on commit 5d1c3e6

Please sign in to comment.