Skip to content

Commit

Permalink
Bump version: 0.18.2 → 0.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
palango committed Oct 4, 2021
1 parent f4aa759 commit b7501ff
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.18.2
current_version = 0.18.3
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.18.2 Maintainer="Raiden Network Team <contact@raiden.network>"
LABEL Name=raiden-services Version=0.18.3 Maintainer="Raiden Network Team <contact@raiden.network>"
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.18.2'
release = '0.18.3'


# -- 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.18.2",
version="0.18.3",
license="MIT",
description=DESCRIPTION,
long_description=README,
Expand Down

0 comments on commit b7501ff

Please sign in to comment.