Skip to content

Commit

Permalink
release v1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lmy375 committed Apr 17, 2024
1 parent bdaf873 commit 0530933
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

## [1.0.7] - 2024-03-31

### Changed

- Bug fix. Revert web3.py to 5.31.1 in requirements.txt.

## [1.0.6] - 2024-03-31

Expand Down
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,21 @@ Features include:
From pypi
```
➜ pip install peth
➜ peth
```

From github
```
➜ pip install git+https://github.com/lmy375/peth
➜ peth
```

From source
```
➜ git clone https://github.com/lmy375/peth
➜ cd peth
➜ pip -r requirements.txt
➜ python main.py
```

# Quick Usage
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pyyaml==6.0.1
requests==2.28.1
uvicorn==0.29.0
fastapi==0.110.0
#crytic_compile==0.2.3
# crytic_compile==0.2.3
# slither-analyzer==0.8.3
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.6",
version="1.0.7",
packages=find_packages(exclude=["tests", "scripts"]),
python_requires=">=3.8",
install_requires=requires,
Expand Down

0 comments on commit 0530933

Please sign in to comment.