summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2022-03-10 14:06:36 -0600
committerJordan Cook <jordan.cook@pioneer.com>2022-03-11 09:02:56 -0600
commit64137e6dc60c4cb320056ee781d451e353f32591 (patch)
treeb533f42dbe1003c12ec415598ab274ea04a94227 /pyproject.toml
parent7e089963632714d1b461addebd21ed42bbfb4015 (diff)
downloadrequests-cache-64137e6dc60c4cb320056ee781d451e353f32591.tar.gz
Update changelog, docs, and bump version
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 7b44a90..d5030b0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.9.3"
+version = "0.10.0"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]