Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Nov 8, 2023
1 parent 2580b69 commit b30d324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batoid/_version.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#https://stackoverflow.com/a/7071358/7530778

__version__ = "0.5.0"
__version__ = "0.5.1"
tmp = __version__
if "rc" in tmp: # pragma: no cover
tmp = tmp[:tmp.find("rc")]
Expand Down

0 comments on commit b30d324

Please sign in to comment.