From 3172e4e92a45aa608fbd761abcf7239eb9b0d1ce Mon Sep 17 00:00:00 2001 From: Christoph Burgdorf Date: Thu, 18 Jun 2020 11:13:01 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0-alpha.35=20=E2=86=92=20?= =?UTF-8?q?0.1.0-alpha.36?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3f972a2cfb..ef45a6f73b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0-alpha.35 +current_version = 0.1.0-alpha.36 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? @@ -20,4 +20,3 @@ values = [bumpversion:file:setup.py] search = version='{current_version}', replace = version='{new_version}', - diff --git a/setup.py b/setup.py index a3d27f69f8..7131b24ea7 100644 --- a/setup.py +++ b/setup.py @@ -175,7 +175,7 @@ def filter_dependencies(package_list, *package_name): setup( name='trinity', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.1.0-alpha.35', + version='0.1.0-alpha.36', description='The Trinity client for the Ethereum network', long_description=long_description, long_description_content_type='text/markdown',