Skip to content

Commit

Permalink
Bump version: 0.1.0-beta.3 → 0.1.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed Oct 19, 2018
1 parent e75cbcb commit 60cdd7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-beta.3
current_version = 0.1.0-beta.4
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@
setup(
name='vyper',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='0.1.0-beta.3',
version='0.1.0-beta.4',
description='Vyper Programming Language for Ethereum',
long_description_markdown_filename='README.md',
author='Vitalik Buterin',
Expand Down

0 comments on commit 60cdd7c

Please sign in to comment.