Skip to content

Commit

Permalink
bump version number in function
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew McCluskey committed Apr 23, 2020
1 parent f69180a commit ca3585e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uravu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ def __version__():
"""
major = 0
minor = 0
micro = 1
micro = 4
return "{}.{}.{}".format(major, minor, micro)

0 comments on commit ca3585e

Please sign in to comment.