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 1f4fac1 commit bf417e4Copy full SHA for bf417e4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.40.0
+current_version = 0.40.1
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.0"
+VERSION = "0.40.1"
15
16
17
def read_requirements(path: str) -> List[str]:
0 commit comments