From aca81c2bc17dcdbf225ee72c348781d2274e80b0 Mon Sep 17 00:00:00 2001 From: blnkoff Date: Mon, 30 Sep 2024 00:09:56 +0300 Subject: [PATCH] Description fixing --- README.md | 2 +- ether/__init__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8a0e3b8..9351ef0 100644 --- a/README.md +++ b/README.md @@ -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)** diff --git a/ether/__init__.py b/ether/__init__.py index 2849258..dcc5491 100644 --- a/ether/__init__.py +++ b/ether/__init__.py @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 47ce6f2..c7bd8e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 '] license = 'MIT' readme = 'README.md'