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