summaryrefslogtreecommitdiff
path: root/requests_cache
diff options
context:
space:
mode:
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 *