Skip to content

Commit

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


Expand Down
4 changes: 2 additions & 2 deletions 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.4"
version = "0.0.5"
description= " Setup proper request id logging for your Aiohttp app"
readme = "README.md"
requires-python = ">=3.7"
Expand All @@ -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 = [
Expand Down

0 comments on commit 3eccb03

Please sign in to comment.