diff --git a/README.md b/README.md index 1e7b844..b7cb42a 100644 --- a/README.md +++ b/README.md @@ -38,13 +38,13 @@ Installation ------------ ```shell -$ python3 -m pip install https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.5.zip +$ python3 -m pip install https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.6.zip ``` Or add this line to `requirements.txt`: ``` -aiohttp-request-id-logging @ https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.5.zip +aiohttp-request-id-logging @ https://github.com/messa/aiohttp-request-id-logging/archive/v0.0.6.zip ``` diff --git a/pyproject.toml b/pyproject.toml index 581502f..bcb8931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "aiohttp-request-id-logging" -version = "0.0.5" +version = "0.0.6" description= " Setup proper request id logging for your Aiohttp app" readme = "README.md" requires-python = ">=3.7"