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

Commit 334bb2f

Browse files
committed
Bump version: 0.1.0-alpha.33 → 0.1.0-alpha.34
1 parent 27aec02 commit 334bb2f

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.33
2+
current_version = 0.1.0-alpha.34
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
@@ -176,7 +176,7 @@ def filter_dependencies(package_list, *package_name):
176176
setup(
177177
name='trinity',
178178
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
179-
version='0.1.0-alpha.33',
179+
version='0.1.0-alpha.34',
180180
description='The Trinity client for the Ethereum network',
181181
long_description=long_description,
182182
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)