File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.3.0-alpha.17
2
+ current_version = 0.3.0-alpha.18
3
3
commit = True
4
4
tag = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,3 +20,4 @@ values =
20
20
[bumpversion:file:setup.py]
21
21
search = version =' {current_version}' ,
22
22
replace = version =' {new_version}' ,
23
+
Original file line number Diff line number Diff line change 91
91
setup (
92
92
name = 'py-evm' ,
93
93
# *IMPORTANT*: Don't manually change the version here. Use the 'bumpversion' utility.
94
- version = '0.3.0-alpha.17 ' ,
94
+ version = '0.3.0-alpha.18 ' ,
95
95
description = 'Python implementation of the Ethereum Virtual Machine' ,
96
96
long_description = long_description ,
97
97
long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments