Skip to content

Commit

Permalink
release 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lmy375 committed Mar 31, 2024
1 parent 555b7bf commit 740c1d4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 740c1d4

Please sign in to comment.