Skip to content

Commit

Permalink
async_pymongo: Bump version to 0.1.9
Browse files Browse the repository at this point in the history
Signed-off-by: wulan17 <[email protected]>
  • Loading branch information
wulan17 committed Oct 8, 2024
1 parent 335e52b commit dff9bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "async-pymongo"
version = "0.1.8"
version = "0.1.9"
description = "Asynchronous wrapper for pymongo"
license = "GPL-3.0-or-later"
authors = [
Expand All @@ -21,6 +21,7 @@ classifiers = [
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3 :: Only",
"Topic :: Database",
]
Expand Down

0 comments on commit dff9bd2

Please sign in to comment.