diff options
| author | Roman Haritonov <reclosedev@gmail.com> | 2014-12-13 09:50:25 +0300 |
|---|---|---|
| committer | Roman Haritonov <reclosedev@gmail.com> | 2014-12-13 09:50:25 +0300 |
| commit | ed47110bd22beb2befecb32908b262968d0a848d (patch) | |
| tree | a7778825f4e400f610d20ef521f49a65fbabe840 /requests_cache/__init__.py | |
| parent | 1866eb3d8becf9867154f618a1ab19340530a85e (diff) | |
| download | requests-cache-0.4.8.tar.gz | |
Bump version 0.4.8v0.4.8
Diffstat (limited to 'requests_cache/__init__.py')
| -rw-r--r-- | requests_cache/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests_cache/__init__.py b/requests_cache/__init__.py index 2ce3670..6608d61 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.7' +__version__ = '0.4.8' from .core import( CachedSession, install_cache, uninstall_cache, |
