Skip to content

Commit 058b38f

Browse files
committed
Bump version: 2.0.0 → 2.0.1
1 parent 213107a commit 058b38f

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 = 2.0.0
2+
current_version = 2.0.1
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.9
22

3-
LABEL Name=raiden-services Version=2.0.0 Maintainer="Raiden Network Team <[email protected]>"
3+
LABEL Name=raiden-services Version=2.0.1 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 = '2.0.0'
29+
release = '2.0.1'
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="2.0.0",
37+
version="2.0.1",
3838
license="MIT",
3939
description=DESCRIPTION,
4040
long_description=README,

0 commit comments

Comments
 (0)