Skip to content

Commit

Permalink
version: bump to 0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jkloetzke committed Jun 6, 2022
1 parent 44c4416 commit 0a1c317
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 @@ -61,7 +61,7 @@ def getVersion():

if not version:
# Last fallback. See PEP 440 and adjust accordingly.
version = "0.20+unknown"
version = "0.21+unknown"

return version

Expand Down

0 comments on commit 0a1c317

Please sign in to comment.