This repository was archived by the owner on Sep 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.3.0-alpha.17
2+ current_version = 0.3.0-alpha.18
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<stage>[^.]*)\.(?P<devnum>\d+))?
@@ -20,3 +20,4 @@ values =
2020[bumpversion:file:setup.py]
2121search = version =' {current_version}' ,
2222replace = version =' {new_version}' ,
23+
Original file line number Diff line number Diff line change 9191setup (
9292 name = 'py-evm' ,
9393 # *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 ' ,
9595 description = 'Python implementation of the Ethereum Virtual Machine' ,
9696 long_description = long_description ,
9797 long_description_content_type = 'text/markdown' ,
You can’t perform that action at this time.
0 commit comments