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

Commit 074e887

Browse files
committed
Bump version: 0.1.0-alpha.29 → 0.1.0-alpha.30
1 parent fbc7291 commit 074e887

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

0 commit comments

Comments
 (0)