From 074e887c3142d689ffafc5bf8fe3623e327f72e2 Mon Sep 17 00:00:00 2001 From: Brian Cloutier Date: Wed, 13 Nov 2019 14:55:02 -0800 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0-alpha.29=20=E2=86=92=20?= =?UTF-8?q?0.1.0-alpha.30?= 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 0d2757e38d..3c948acfd2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0-alpha.29 +current_version = 0.1.0-alpha.30 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index adda2f27f0..c0d19cbd97 100644 --- a/setup.py +++ b/setup.py @@ -172,7 +172,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.29', + version='0.1.0-alpha.30', description='The Trinity client for the Ethereum network', long_description=long_description, long_description_content_type='text/markdown',