diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1635531e87..3f972a2cfb 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0-alpha.34 +current_version = 0.1.0-alpha.35 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index fdf4d51d70..81f2146bc0 100644 --- a/setup.py +++ b/setup.py @@ -181,7 +181,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.34', + version='0.1.0-alpha.35', description='The Trinity client for the Ethereum network', long_description=long_description, long_description_content_type='text/markdown',