0.1.2beta1

This commit is contained in:
Jacques Wagener 2018-07-13 18:00:13 +02:00
parent 16201a7270
commit 08e6793743
No known key found for this signature in database
GPG Key ID: C294D1025DA0E923
1 changed files with 1 additions and 1 deletions

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