Skip to content

Commit

Permalink
Bump version: 0.1.0-beta.7 → 0.1.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed Feb 6, 2019
1 parent 29b845f commit 7558b23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-beta.7
current_version = 0.1.0-beta.8
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
setup(
name='vyper',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='0.1.0-beta.7',
version='0.1.0-beta.8',
description='Vyper Programming Language for Ethereum',
long_description_markdown_filename='README.md',
author='Vitalik Buterin',
Expand Down

0 comments on commit 7558b23

Please sign in to comment.