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

Commit a890b03

Browse files
committed
Bump version: 0.1.0-alpha.32 → 0.1.0-alpha.33
1 parent 0a7d344 commit a890b03

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

0 commit comments

Comments
 (0)