Skip to content

Commit 3b2917a

Browse files
authored
Merge pull request #59 from obss/increment_version_before_release
Increment patch version
2 parents 8bf9c47 + 6c47b19 commit 3b2917a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trapper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
_MAJOR = "0"
22
_MINOR = "0"
3-
_PATCH = "8"
3+
_PATCH = "9"
44

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

0 commit comments

Comments
 (0)