diff --git a/README.md b/README.md index a79d3b4..74e1eb1 100644 --- a/README.md +++ b/README.md @@ -30,13 +30,13 @@ Installation ------------ ```shell -$ python3 -m pip install https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.4.zip +$ python3 -m pip install https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.5.zip ``` Or add this line to `requirements.txt`: ``` -aiohttp-request-id-logging @ https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.4.zip +aiohttp-request-id-logging @ https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.5.zip ``` diff --git a/pyproject.toml b/pyproject.toml index 57a88b8..581502f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiohttp-request-id-logging" -version = "0.0.4" +version = "0.0.5" description= " Setup proper request id logging for your Aiohttp app" readme = "README.md" requires-python = ">=3.7" @@ -11,11 +11,11 @@ maintainers = [ ] classifiers = [ "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3 :: Only", ] dependencies = [