Bump version: 0.1.2-beta.6 → 0.1.2-beta.7

This commit is contained in:
Jacques Wagener 2019-03-17 20:22:13 +02:00
parent a9a9fd7d0b
commit ce973eae94
No known key found for this signature in database
GPG Key ID: C294D1025DA0E923
2 changed files with 2 additions and 2 deletions

View File

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