Skip to content

Commit

Permalink
Merge pull request #2 from CrocoFactory/dev
Browse files Browse the repository at this point in the history
v0.2.1
  • Loading branch information
blnkoff authored Sep 29, 2024
2 parents 5438b52 + aca81c2 commit 141617b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![PyPi Version](https://img.shields.io/pypi/v/pyether?color=%234F8EE9)](https://pypi.org/project/pyether/)


The package, containing wrapper over web3.py operations for interacting through Wallet entities.
The web3.py operation wrapper, offering interaction through Wallet instances.

- **[Overview](#quick-overview)**
- **[Bug reports](https://github.com/CrocoFactory/ether-py/issues)**
Expand Down
2 changes: 1 addition & 1 deletion ether/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
ether
~~~~~~~~~~~~~~
The package, containing wrapper over web3.py operations for interacting through Wallet units.
The web3.py operation wrapper, offering interaction through Wallet instances.
Usage example:
>>> from ether import Wallet
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = 'pyether'
version = '0.2.0'
description = 'The package, containing wrapper over web3.py operations for interacting through Wallet entities'
version = '0.2.1'
description = 'The web3.py operation wrapper, offering interaction through Wallet instances.'
authors = ['Alexey <[email protected]>']
license = 'MIT'
readme = 'README.md'
Expand Down

0 comments on commit 141617b

Please sign in to comment.