File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ name = "Removals"
140140showcontent = true
141141
142142[tool .bumpversion ]
143- current_version = " 5.3.19 "
143+ current_version = " 5.3.20 "
144144parse = """
145145 (?P<major>\\ d+)
146146 \\ .(?P<minor>\\ d+)
Original file line number Diff line number Diff line change @@ -95,9 +95,9 @@ def read_requirements(path):
9595setup (
9696 name = "faster-eth-utils" ,
9797 # *IMPORTANT*: Don't manually change the version here. Use `make bump`, as described in readme
98- version = "5.3.19 " ,
98+ version = "5.3.20 " ,
9999 description = (
100- """A fork of eth-utils: Common utility functions for python code that interacts with Ethereum, implemented in C"""
100+ """A faster fork of eth-utils: Common utility functions for python code that interacts with Ethereum. Implemented in C"""
101101 ),
102102 long_description = long_description ,
103103 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments