Skip to content

Commit

Permalink
version 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
messa committed Jun 2, 2024
1 parent 11d286d commit 9032f16
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9032f16

Please sign in to comment.