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

Commit dc5217d

Browse files
committed
Adjust version for trinity hotpatch release
1 parent 213056c commit dc5217d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.2.0-alpha.37
2+
current_version = 0.1.0-alpha.22
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
setup(
9595
name='trinity',
9696
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
97-
version='0.1.0-alpha.20',
97+
version='0.1.0-alpha.22',
9898
description='The Trinity client for the Ethereum network',
9999
long_description_markdown_filename='README.md',
100100
author='Ethereum Foundation',

0 commit comments

Comments
 (0)