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

Commit fe283ab

Browse files
committed
Bump version: 1.0.8 → 1.1.0
1 parent 73b981d commit fe283ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = 1.0.8
2+
current_version = 1.1.0
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run_tests(self):
4343

4444
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
4545
# see: https://github.com/ethereum/pyethapp/wiki/Development:-Versions-and-Releases
46-
version = '1.0.8'
46+
version = '1.1.0'
4747

4848
setup(name="ethereum",
4949
packages=find_packages("."),

0 commit comments

Comments
 (0)