diff options
| author | Jordan Cook <jordan.cook@pioneer.com> | 2022-01-19 11:16:23 -0600 |
|---|---|---|
| committer | Jordan Cook <jordan.cook@pioneer.com> | 2022-01-19 11:20:49 -0600 |
| commit | 4ab1d4b707c6cf3c22a673b507f36aa51852c11b (patch) | |
| tree | 0cbf0b604ff7166435c63b945313bd205315d83b /requests_cache/__init__.py | |
| parent | 8823984eece657d29320c78ee15b7752f9dfcd90 (diff) | |
| download | requests-cache-master.tar.gz | |
Update changelog, bump dev dependencies, and bump versionmaster
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 55b8345..d6cd38a 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.1' +__version__ = '0.9.2' try: from .backends import * |
