Skip to content
This repository was archived by the owner on May 23, 2023. It is now read-only.

Commit 5617231

Browse files
committed
Bump version: 2.0.2 → 2.0.3
1 parent 5a4a47d commit 5617231

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.0.2
2+
current_version = 2.0.3
33
commit = True
44
tag = True
55

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
tests_require = set(x.strip() for x in open('dev_requirements.txt'))
1616
tests_require_replacements = dict()
1717
tests_require_replacements = {
18-
'https://github.com/ethereum/serpent/tarball/develop': 'ethereum-serpent>=2.0.2'
18+
'https://github.com/ethereum/serpent/tarball/develop': 'ethereum-serpent>=2.0.3'
1919
}
2020
tests_require = [tests_require_replacements.get(r, r) for r in tests_require]
2121

2222
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
2323
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
24-
version = '2.0.2'
24+
version = '2.0.3'
2525

2626
setup(
2727
name="ethereum",

0 commit comments

Comments
 (0)