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

Commit 3a61c66

Browse files
committed
Bump version: 0.1.0-alpha.34 → 0.1.0-alpha.35
1 parent 5b423e1 commit 3a61c66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0-alpha.34
2+
current_version = 0.1.0-alpha.35
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def filter_dependencies(package_list, *package_name):
181181
setup(
182182
name='trinity',
183183
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
184-
version='0.1.0-alpha.34',
184+
version='0.1.0-alpha.35',
185185
description='The Trinity client for the Ethereum network',
186186
long_description=long_description,
187187
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)