| commit | e85e3c0c8366fdb9f620d3d004ed90fa558f132b | [log] [tgz] |
|---|---|---|
| author | Jordan Cook <jordan.cook@pioneer.com> | Thu Feb 24 17:17:29 2022 |
| committer | Jordan Cook <jordan.cook@pioneer.com> | Thu Feb 24 17:17:29 2022 |
| tree | 548f76bc5727489d0865dede2ea653dde9dde202 | |
| parent | 1e841361e8183cf5cac44650e69d4f670252767e [diff] |
Forgot to bump version in init file
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 @@ # 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 *