We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19da93c commit 79eb5e0Copy full SHA for 79eb5e0
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.0.8
+current_version = 0.0.9
3
commit = True
4
tag = False
5
docs/conf.py
@@ -70,7 +70,7 @@
70
# built documents.
71
#
72
# The short X.Y version.
73
-version = u'0.0.8'
+version = u'0.0.9'
74
# The full version, including alpha/beta/rc tags.
75
release = version
76
setup.py
@@ -126,7 +126,7 @@ def run(self):
126
127
test_requirements = []
128
129
-version = '0.0.8' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
+version = '0.0.9' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
130
131
132
def read_version_from_git():
0 commit comments