diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bbd3b5..28627ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [1.0.5] - 2024-03-31 + +### Added + +- Add a simple built-in EVM + ## [1.0.4] - 2024-03-29 ### Added diff --git a/setup.py b/setup.py index b33b39a..2a829b0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ description="An all-in-one Ethereum SDK and command-line tool, written in Python.", url="https://github.com/lmy375/peth", author="Moon", - version="1.0.4", + version="1.0.5", packages=find_packages(exclude=["tests", "peth/4byte.json"]), python_requires=">=3.8", install_requires=requires,