diff --git a/.bumpversion.cfg b/.bumpversion.cfg index cb63775a06..65abd36352 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0-beta.15 +current_version = 0.1.0-beta.16 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(-(?P[^.]*)\.(?P\d+))? diff --git a/setup.py b/setup.py index fcef473d81..f5fc99acb4 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ setup( name='vyper', # *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility. - version='0.1.0-beta.15', + version='0.1.0-beta.16', description='Vyper: the Pythonic Programming Language for the EVM', long_description_markdown_filename='README.md', long_description_content_type='text/markdown', diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d06ca0d19b..9384655ded 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: vyper -version: 0.1.0-beta.15 +version: 0.1.0-beta.16 summary: Pythonic Smart Contract Language for the EVM description: | Vyper is an contract-oriented, pythonic programming language that targets the Ethereum Virtual Machine (EVM)