summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-10-23 11:19:23 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-10-23 11:19:23 -0500
commite311f9acc2f20718d7aa1b86e544554f572671f9 (patch)
tree10b8a8e0107aad4f83e28f8e883b969fa53340cf /pyproject.toml
parent59012f090d6e2146e2d6a7ed75c2fcaf3fa8a728 (diff)
downloadrequests-cache-e311f9acc2f20718d7aa1b86e544554f572671f9.tar.gz
Bump unreleased changes into a minor release (0.9) and format changelog
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 06d279d..1761209 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.8.2"
+version = "0.9.0"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]