summaryrefslogtreecommitdiff
path: root/requests_cache
diff options
context:
space:
mode:
authorJordan Cook <jordan.cook@pioneer.com>2023-03-18 11:48:55 -0500
committerJordan Cook <jordan.cook.git@proton.me>2023-03-24 18:50:18 -0500
commit0dcf40989503df7041eb9f0c4789aecea78cbd5c (patch)
treea219cca4393fcc5f4e5f5fef95da004f4a1d528c /requests_cache
parent7c71b5a5145136039c5a9cb6f202bcccc8fb078a (diff)
downloadrequests-cache-0dcf40989503df7041eb9f0c4789aecea78cbd5c.tar.gz
Update dependencies, pre-commit hooks, and contributors
Diffstat (limited to 'requests_cache')
-rw-r--r--requests_cache/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/__init__.py b/requests_cache/__init__.py
index 96f751b..ad4115d 100644
--- a/requests_cache/__init__.py
+++ b/requests_cache/__init__.py
@@ -2,7 +2,7 @@
# Version is defined in pyproject.toml.
# It's copied here to make it easier for client code to check the installed version.
-__version__ = '1.0.0'
+__version__ = '1.0.1'
from .backends import *
from .cache_keys import *