Skip to content

Commit

Permalink
Increment patch version (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemilcengiz authored Dec 30, 2021
1 parent 32babb5 commit de19d60
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 = "6"
_PATCH = "7"

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

0 comments on commit de19d60

Please sign in to comment.