From bf2d9f1454a14b245090bb929fb3ec4a5bcbed7f Mon Sep 17 00:00:00 2001 From: Paul Lange Date: Thu, 2 Dec 2021 14:52:52 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.40.0rc0=20=E2=86=92=200.40.?= =?UTF-8?q?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 20a6e79b0..315490d36 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.40.0rc0 +current_version = 0.40.0 commit = True tag = False diff --git a/setup.py b/setup.py index 0a688f41a..40d544c3e 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.40.0rc0" +VERSION = "0.40.0" def read_requirements(path: str) -> List[str]: