Skip to content

Commit

Permalink
version: bump to 0.25 dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
jkloetzke committed Mar 16, 2024
1 parent 9f789e6 commit 39cd70e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pym/bob/develop/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def getVersion():

if not version:
# Last fallback. See PEP 440 and adjust accordingly.
version = "0.24.dev999+unknown"
version = "0.25.dev999+unknown"

return version

Expand Down

0 comments on commit 39cd70e

Please sign in to comment.