Skip to content

Commit

Permalink
To v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 10, 2023
1 parent c9c705f commit 9136835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neuroml/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""


__version__: str = "0.5.0"
__version__: str = "0.5.1"
__version_info__: tuple = tuple(int(i) for i in __version__.split("."))


Expand Down

0 comments on commit 9136835

Please sign in to comment.