From 3eccb03d0cf6f9788e1dbe190f7f4a6b3963829c Mon Sep 17 00:00:00 2001 From: Petr Messner Date: Thu, 2 May 2024 11:19:58 +0200 Subject: [PATCH] version 0.0.5 --- README.md | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 = [