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

Commit 3172e4e

Browse files
committed
Bump version: 0.1.0-alpha.35 → 0.1.0-alpha.36
1 parent 723af49 commit 3172e4e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0-alpha.35
2+
current_version = 0.1.0-alpha.36
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,4 +20,3 @@ values =
2020
[bumpversion:file:setup.py]
2121
search = version='{current_version}',
2222
replace = version='{new_version}',
23-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ def filter_dependencies(package_list, *package_name):
175175
setup(
176176
name='trinity',
177177
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
178-
version='0.1.0-alpha.35',
178+
version='0.1.0-alpha.36',
179179
description='The Trinity client for the Ethereum network',
180180
long_description=long_description,
181181
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)