summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d6cd38a..87781ba 100644
--- a/requests_cache/__init__.py
+++ b/requests_cache/__init__.py
@@ -5,7 +5,7 @@ logger = getLogger('requests_cache')
# Version is defined in pyproject.toml.
# It's copied here to make it easier for client code to check the installed version.
-__version__ = '0.9.2'
+__version__ = '0.9.3'
try:
from .backends import *