We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00ce61 commit bf2d9f1Copy full SHA for bf2d9f1
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.40.0rc0
+current_version = 0.40.0
3
commit = True
4
tag = False
5
setup.py
@@ -11,7 +11,7 @@
11
from setuptools.command.build_py import build_py
12
13
DESCRIPTION = "Raiden contracts library and utilities"
14
-VERSION = "0.40.0rc0"
+VERSION = "0.40.0"
15
16
17
def read_requirements(path: str) -> List[str]:
0 commit comments