Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Bump version: 0.1.0-alpha.35 → 0.1.0-alpha.36
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Jun 18, 2020
1 parent 723af49 commit 3172e4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0-alpha.35
current_version = 0.1.0-alpha.36
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
Expand All @@ -20,4 +20,3 @@ values =
[bumpversion:file:setup.py]
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 @@ -175,7 +175,7 @@ def filter_dependencies(package_list, *package_name):
setup(
name='trinity',
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
version='0.1.0-alpha.35',
version='0.1.0-alpha.36',
description='The Trinity client for the Ethereum network',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 3172e4e

Please sign in to comment.