summaryrefslogtreecommitdiff
path: root/requests_cache
diff options
context:
space:
mode:
authorRoman Haritonov <reclosedev@gmail.com>2015-04-29 00:01:45 +0300
committerRoman Haritonov <reclosedev@gmail.com>2015-04-29 00:10:50 +0300
commit630198cdc4386478ab8eba18beed94c1847f1087 (patch)
tree13988dd7c643960dad1a6dc0929cb1f13676952a /requests_cache
parente2b1e339b87bab67c8be547df323cf8594ad508f (diff)
downloadrequests-cache-wip-req-compat.tar.gz
Bump version 0.4.10v0.4.10wip-req-compat
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 1742617..368842e 100644
--- a/requests_cache/__init__.py
+++ b/requests_cache/__init__.py
@@ -23,7 +23,7 @@
:license: BSD, see LICENSE for more details.
"""
__docformat__ = 'restructuredtext'
-__version__ = '0.4.9'
+__version__ = '0.4.10'
from .core import(
CachedSession, install_cache, uninstall_cache,