Skip to content

Commit

Permalink
Clarify v0.5.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmeyers314 committed Aug 16, 2023
1 parent a47682b commit bb5442e
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"
__version__ = "0.5.0"
tmp = __version__
if "rc" in tmp: # pragma: no cover
tmp = tmp[:tmp.find("rc")]
Expand Down

0 comments on commit bb5442e

Please sign in to comment.