Skip to content

Commit

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

Expand Down Expand Up @@ -32,3 +32,4 @@ serialize = contract_version = "{major}.{minor}._";
[bumpversion:file:raiden/smart_contracts/Utils.sol]
parse = contract_version = "(?P<major>\d+)\.(?P<minor>\d+)\._";
serialize = contract_version = "{major}.{minor}._";

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.7'
version = u'0.0.8'
# 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.7' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)
version = '0.0.8' # Do not edit: this is maintained by bumpversion (see .bumpversion.cfg)


def read_version_from_git():
Expand Down

0 comments on commit 8297e84

Please sign in to comment.