diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cf6b149dfe..7d68cde812 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.0-alpha.7 +current_version = 0.3.0-alpha.8 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index bf77d19ed5..7f2ab7fcb5 100644 --- a/setup.py +++ b/setup.py @@ -92,7 +92,7 @@ setup( name='py-evm', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.3.0-alpha.7', + version='0.3.0-alpha.8', description='Python implementation of the Ethereum Virtual Machine', long_description=long_description, long_description_content_type='text/markdown',