Skip to content

Commit

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

[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]

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.6'
version = u'0.0.7'
# 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.6' # Keep in sync with RAIDEN_VERSION in raiden/settings.py
version = '0.0.7' # Keep in sync with RAIDEN_VERSION in raiden/settings.py


def read_version_from_git():
Expand Down

0 comments on commit cd8d9aa

Please sign in to comment.