From ee93fb7a72623ee9f695f5b02fe27c021f9e2a43 Mon Sep 17 00:00:00 2001 From: Yoichi Hirai Date: Thu, 15 Aug 2019 17:01:16 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.29.1=20=E2=86=92=200.30.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 35882d65e..b4736bb29 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.29.1 +current_version = 0.30.0 commit = True tag = True diff --git a/setup.py b/setup.py index 8c1e4dbf1..03c796194 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ DESCRIPTION = 'Raiden contracts library and utilities' -VERSION = '0.29.1' +VERSION = '0.30.0' def read_requirements(path: str) -> List[str]: