We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bf9c47 + 6c47b19 commit 3b2917aCopy full SHA for 3b2917a
1 file changed
trapper/version.py
@@ -1,5 +1,5 @@
1
_MAJOR = "0"
2
_MINOR = "0"
3
-_PATCH = "8"
+_PATCH = "9"
4
5
VERSION = "{0}.{1}.{2}".format(_MAJOR, _MINOR, _PATCH)
0 commit comments