Merge branch 'master' into update_vyper_b5

This commit is contained in:
Jacques Wagener 2019-01-21 19:01:40 +02:00 committed by GitHub
commit 1bf46718a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
[bumpversion]
current_version = 0.1.2beta3
current_version = 0.1.2-beta.4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{stage}.{devnum}
{major}.{minor}.{patch}
[bumpversion:part:stage]
optional_value = stable
first_value = stable
values =
values =
alpha
beta
stable

View File

@ -38,7 +38,7 @@ extras_require['dev'] = (
setup(
name='vyper-debug',
# *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
version='0.1.2beta3',
version='0.1.2-beta.4',
description="""vyper-debug: Easy to use Vyper debugger | vdb""",
long_description_markdown_filename='README.md',
author='Jacques Wagener',