From a0f646eb787555dd64c7adba110f8be0d197ab5f Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Fri, 6 Aug 2021 14:23:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.38.0=20=E2=86=92=200.39.0?= 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 d5a4e48fb..aba3d7c47 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.38.0 +current_version = 0.39.0 commit = True tag = True diff --git a/setup.py b/setup.py index e7a9902c7..3c7884ab2 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.38.0" +VERSION = "0.39.0" def read_requirements(path: str) -> List[str]: