Skip to content

Commit

Permalink
Bump version to 0.100.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Jul 9, 2019
1 parent a304afb commit 9f10ba2
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.3
current_version = 0.100.4
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 @@ -100,7 +100,7 @@ def setup(app):
project = 'Raiden Network'
author = 'Raiden Project'

version_string = '0.100.3'
version_string = '0.100.4'
# 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 @@ -55,7 +55,7 @@ def __init__(self, *args, **kwargs) -> None:
test_requirements = []

# Do not edit: this is maintained by bumpversion (see .bumpversion_client.cfg)
version = "0.100.3"
version = "0.100.4"

setup(
name="raiden",
Expand Down

0 comments on commit 9f10ba2

Please sign in to comment.