Skip to content

Commit 79eb5e0

Browse files
committed
Bump version: 0.0.8 → 0.0.9
1 parent 19da93c commit 79eb5e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.0.8
2+
current_version = 0.0.9
33
commit = True
44
tag = False
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
# built documents.
7171
#
7272
# The short X.Y version.
73-
version = u'0.0.8'
73+
version = u'0.0.9'
7474
# The full version, including alpha/beta/rc tags.
7575
release = version
7676

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(self):
126126

127127
test_requirements = []
128128

129-
version = '0.0.8' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
129+
version = '0.0.9' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
130130

131131

132132
def read_version_from_git():

0 commit comments

Comments
 (0)