Bump version: 0.1.2beta2 → 0.1.2beta3

This commit is contained in:
Jacques Wagener 2018-10-28 15:24:09 +02:00
parent 85ab3e2cd7
commit bb46e7287e
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.2beta2
current_version = 0.1.2beta3
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

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.2beta2',
version='0.1.2beta3',
description="""vyper-debug: Easy to use Vyper debugger | vdb""",
long_description_markdown_filename='README.md',
author='Jacques Wagener',