Skip to content

Commit

Permalink
Bump version: 0.1.0-beta.2 → 0.1.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jacqueswww committed Sep 25, 2018
1 parent 9c4ee24 commit 76448d3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-beta.2
current_version = 0.1.0-beta.3
commit = True
tag = True

Expand All @@ -16,11 +16,10 @@ testpaths = tests

[flake8]
exclude = docs
ignore =
ignore =
E122
E124
E127
E128
E501
E731

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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.2',
version='0.1.0-beta.3',
description='Vyper Programming Language for Ethereum',
long_description_markdown_filename='README.md',
author='Vitalik Buterin',
Expand Down

0 comments on commit 76448d3

Please sign in to comment.