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 54237f1 commit 770c8cdCopy full SHA for 770c8cd
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.37.4
+current_version = 0.37.5
3
commit = True
4
tag = True
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.37.4"
+VERSION = "0.37.5"
15
16
17
def read_requirements(path: str) -> List[str]:
0 commit comments