Bump version: 0.1.2beta1 → 0.1.2beta2

This commit is contained in:
Jacques Wagener 2018-09-25 18:57:11 +02:00
parent a4993370af
commit af049e3bfc
No known key found for this signature in database
GPG Key ID: C294D1025DA0E923
2 changed files with 4 additions and 4 deletions

View File

@ -1,16 +1,16 @@
[bumpversion]
current_version = 0.1.2beta1
current_version = 0.1.2beta2
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.2beta1',
version='0.1.2beta2',
description="""vyper-debug: Easy to use Vyper debugger | vdb""",
long_description_markdown_filename='README.md',
author='Jacques Wagener',