Skip to content

Commit

Permalink
version: bump to 0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
jkloetzke committed Oct 6, 2020
1 parent 1e29d03 commit d67334a
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.17+unknown"
version = "0.18+unknown"

return version

Expand Down

0 comments on commit d67334a

Please sign in to comment.