Skip to content

Commit

Permalink
Bump version: 0.0.8 → 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad committed Sep 9, 2017
1 parent 19da93c commit 79eb5e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.8
current_version = 0.0.9
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
# built documents.
#
# The short X.Y version.
version = u'0.0.8'
version = u'0.0.9'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def run(self):

test_requirements = []

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)


def read_version_from_git():
Expand Down

0 comments on commit 79eb5e0

Please sign in to comment.