Skip to content

Commit

Permalink
Merge pull request #59 from obss/increment_version_before_release
Browse files Browse the repository at this point in the history
Increment patch version
  • Loading branch information
Sophylax authored Aug 11, 2022
2 parents 8bf9c47 + 6c47b19 commit 3b2917a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trapper/version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
_MAJOR = "0"
_MINOR = "0"
_PATCH = "8"
_PATCH = "9"

VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _PATCH)

0 comments on commit 3b2917a

Please sign in to comment.