Skip to content

Commit

Permalink
Fix patch version (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
cemilcengiz authored Nov 10, 2021
1 parent 089e717 commit 2b4d4c0
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 = "5"

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

0 comments on commit 2b4d4c0

Please sign in to comment.