Skip to content

Commit

Permalink
Bump version: 4.0.0-beta.1 → 4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Nov 22, 2017
1 parent 175d721 commit 821f45d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
21 changes: 11 additions & 10 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
[bumpversion]
current_version = 4.0.0-beta.1
current_version = 4.0.0-beta.2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
serialize =
{major}.{minor}.{patch}-{stage}.{devnum}
{major}.{minor}.{patch}
serialize =
{major}.{minor}.{patch}-{stage}.{devnum}
{major}.{minor}.{patch}

[bumpversion:part:stage]
optional_value = stable
first_value = stable
values =
alpha
beta
stable
values =
alpha
beta
stable

[bumpversion:part:devnum]

[bumpversion:file:setup.py]
search= version='{current_version}',
replace= version='{new_version}',
search = version='{current_version}',
replace = version='{new_version}',

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
setup(
name='web3',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='4.0.0-beta.1',
version='4.0.0-beta.2',
description="""Web3.py""",
long_description_markdown_filename='README.md',
author='Piper Merriam',
Expand Down

0 comments on commit 821f45d

Please sign in to comment.