Skip to content

Commit 85bc6c5

Browse files
committed
Bump version: 0.18.1 → 0.18.2
1 parent 6036caa commit 85bc6c5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.18.1
2+
current_version = 0.18.2
33
commit = True
44
tag = False
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.7
22

3-
LABEL Name=raiden-services Version=0.18.1 Maintainer="Raiden Network Team <[email protected]>"
3+
LABEL Name=raiden-services Version=0.18.2 Maintainer="Raiden Network Team <[email protected]>"
44
EXPOSE 6000
55

66
WORKDIR /services

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ''
2828
# The full version, including alpha/beta/rc tags
29-
release = '0.18.1'
29+
release = '0.18.2'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def read_requirements(path: str) -> List[str]:
3434

3535
setup(
3636
name="raiden-services",
37-
version="0.18.1",
37+
version="0.18.2",
3838
license="MIT",
3939
description=DESCRIPTION,
4040
long_description=README,

0 commit comments

Comments
 (0)