From 40c017b842d5f8b61ee4d42a3f90681b1879e4a7 Mon Sep 17 00:00:00 2001 From: Miwory Date: Sun, 26 Oct 2025 14:34:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D0=BC=D0=B5=D0=BD=D0=B0=20=D1=82=D0=B8?= =?UTF-8?q?=D0=BF=D0=B0=20package=20=D0=BD=D0=B0=20library?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 5 +---- src/aiohttpx/__init__.py | 2 +- src/aiohttpx/py.typed | 0 3 files changed, 2 insertions(+), 5 deletions(-) create mode 100644 src/aiohttpx/py.typed diff --git a/pyproject.toml b/pyproject.toml index e5360a2..48ca9d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiohttpx" -version = "0.2.0" +version = "0.3.0" description = "Custom HTTPX client with aiohttp transport, rate limiter and caching" readme = "README.md" authors = [ @@ -14,9 +14,6 @@ dependencies = [ "redis[hiredis]==7.0.0", ] -[project.scripts] -aiohttpx = "aiohttpx:main" - [project.optional-dependencies] dev = [ "ruff==0.14.2", diff --git a/src/aiohttpx/__init__.py b/src/aiohttpx/__init__.py index c8a9404..29a7547 100644 --- a/src/aiohttpx/__init__.py +++ b/src/aiohttpx/__init__.py @@ -1 +1 @@ -__version__: str = '0.2.0' +__version__: str = '0.3.0' diff --git a/src/aiohttpx/py.typed b/src/aiohttpx/py.typed new file mode 100644 index 0000000..e69de29