We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a3229f commit c510effCopy full SHA for c510eff
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.50.0
+current_version = 0.50.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.50.0"
+VERSION = "0.50.1"
15
16
17
def read_requirements(path: str) -> List[str]:
0 commit comments