Skip to content

Commit

Permalink
Bump version: 0.16.0 → 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Sep 9, 2021
1 parent aa5f36e commit 4199a80
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.16.0
current_version = 0.17.0
commit = True
tag = False

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.7

LABEL Name=raiden-services Version=0.16.0 Maintainer="Raiden Network Team <[email protected]>"
LABEL Name=raiden-services Version=0.17.0 Maintainer="Raiden Network Team <[email protected]>"
EXPOSE 6000

WORKDIR /services
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.16.0'
release = '0.17.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def read_requirements(path: str) -> List[str]:

setup(
name="raiden-services",
version="0.16.0",
version="0.17.0",
license="MIT",
description=DESCRIPTION,
long_description=README,
Expand Down

0 comments on commit 4199a80

Please sign in to comment.