Skip to content

Commit

Permalink
version: bump to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
jkloetzke committed Nov 10, 2021
1 parent 28b7946 commit 8684b60
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.19+unknown"
version = "0.20+unknown"

return version

Expand Down

0 comments on commit 8684b60

Please sign in to comment.