Skip to content

Commit 39a6d57

Browse files
Ivan Stankovićkarlb
Ivan Stanković
authored andcommitted
Bump version: 0.37.6 → 0.38.0
1 parent 74ca34d commit 39a6d57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.37.6
2+
current_version = 0.38.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from setuptools.command.build_py import build_py
1212

1313
DESCRIPTION = "Raiden contracts library and utilities"
14-
VERSION = "0.37.6"
14+
VERSION = "0.38.0"
1515

1616

1717
def read_requirements(path: str) -> List[str]:

0 commit comments

Comments
 (0)