summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2021-09-18 17:13:53 -0500
committerJordan Cook <jordan.cook@pioneer.com>2021-09-18 17:42:55 -0500
commit1dca8c6e3072d5ca5c6cbd0d724f8ac292ddf717 (patch)
tree4cde06a3a8deb061a22d24eefe39a48f6d499c5b /pyproject.toml
parent1abe67c34ee78f2f898bf1af46bccadbf796bf6a (diff)
downloadrequests-cache-1dca8c6e3072d5ca5c6cbd0d724f8ac292ddf717.tar.gz
Vectorize logo, color it to match light/dark theme colors on rtd, and add modified version to Readme
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 038b54f..8831a33 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "requests-cache"
-version = "0.8.1"
+version = "0.8.2"
description = "A transparent persistent cache for the requests library"
authors = ["Roman Haritonov"]
maintainers = ["Jordan Cook"]