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

Commit 38ce263

Browse files
committed
Bump version: 0.1.0-alpha.28 → 0.1.0-alpha.29
1 parent 298e9b1 commit 38ce263

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.28
2+
current_version = 0.1.0-alpha.29
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
@@ -169,7 +169,7 @@ def filter_dependencies(package_list, *package_name):
169169
setup(
170170
name='trinity',
171171
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
172-
version='0.1.0-alpha.28',
172+
version='0.1.0-alpha.29',
173173
description='The Trinity client for the Ethereum network',
174174
long_description=long_description,
175175
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)