Skip to content

Commit

Permalink
v1.1.2 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
gabedonnan committed Sep 27, 2023
1 parent 938f92a commit 3a955e2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Features include:
- "eth_subscribe" functionality
- Currency conversion, with support for esoteric denomination names (e.g. lovelace)
- Private transaction and Bundle support for communication directly with block builders
- Automatic nonce management for transactions, with automatic gas management coming in the future
- Automatic nonce and gas management for transactions
- Typed function outputs for intuitive library use


Expand Down Expand Up @@ -186,7 +186,7 @@ pythereum = {git = "https://github.com/gabedonnan/pythereum.git"}
or

```toml
pythereum = "^1.1.1"
pythereum = "^1.1.2"
```

If you would like to install the library via pypi instead of via this git repository.
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "pythereum"
version = "1.1.1"
version = "1.1.2"
description = "A lightweight Ethereum JSON RPC library written in python"
authors = ["gabedonnan <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.11,<4.0"
websockets = "^11.0.3"
dataclasses-json = "^0.6.0"
dataclasses-json = "^0.6.1"
python-dotenv = "^1.0.0"
pytest = "^7.4.2"
pytest-asyncio = "^0.21.1"
Expand Down

0 comments on commit 3a955e2

Please sign in to comment.