Skip to content

Commit

Permalink
Update version.py
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimcavusoglu authored Feb 3, 2023
1 parent c36c5d9 commit bbc8245
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 = "12"
_PATCH = "13"

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

0 comments on commit bbc8245

Please sign in to comment.