Skip to content

Commit

Permalink
Merge pull request #3200 from LefterisJP/bump_v_0_100_1
Browse files Browse the repository at this point in the history
Bump version: 0.100.0 → 0.100.1
  • Loading branch information
LefterisJP committed Dec 21, 2018
2 parents ba19677 + 1a7b2bf commit 3fd607c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion_client.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.100.0
current_version = 0.100.1
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 @@ -95,7 +95,7 @@ def check_if_nightly(version):
project = 'Raiden Network'
author = 'Raiden Project'

version_string = '0.100.0'
version_string = '0.100.1'
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def run_tests(self):

test_requirements = []

version = '0.100.0' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
version = '0.100.1' # Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)

setup(
name='raiden',
Expand Down

0 comments on commit 3fd607c

Please sign in to comment.