From 3d24a4ab2606560cacd0ffdeb5111c7e2ab5d451 Mon Sep 17 00:00:00 2001 From: Karl Bartel Date: Fri, 26 Mar 2021 11:42:15 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.37.3=20=E2=86=92=200.37.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index b24de9730..0959afb12 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.37.3 +current_version = 0.37.4 commit = True tag = True diff --git a/setup.py b/setup.py index 905744ca3..f716fa57d 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from setuptools.command.build_py import build_py DESCRIPTION = "Raiden contracts library and utilities" -VERSION = "0.37.3" +VERSION = "0.37.4" def read_requirements(path: str) -> List[str]: