summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-02-15 15:08:51 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-02-15 15:08:52 -0600
commit35aecf2fdc056c69699850e4a6777f30ed4588e7 (patch)
tree1f37e0797a9bea83ebd90c88164337f4de90bf38 /pyproject.toml
parent9b0668807ccb6bfcfbc2de5144dfff03db9d45d1 (diff)
downloadrequests-cache-35aecf2fdc056c69699850e4a6777f30ed4588e7.tar.gz
Fix handling BSON serializer differences between pymongo's bson and standalone bson codec.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 71738d7..29e591d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.9.2"
+version = "0.9.3"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]