diff options
| author | Roman Haritonov <rharitonov@asdco.ru> | 2019-04-18 21:06:00 +0300 |
|---|---|---|
| committer | Roman Haritonov <rharitonov@asdco.ru> | 2019-04-18 21:06:00 +0300 |
| commit | 3633d43fa3e97bc9f92ea83a749925bbad215393 (patch) | |
| tree | 5bb12a3b097d68b2c72c6949dc7845cf01b1f56a /setup.py | |
| parent | de39c7209fe9bf47a648fe1dacd0d6dccb968cfb (diff) | |
| download | requests-cache-3633d43fa3e97bc9f92ea83a749925bbad215393.tar.gz | |
Bump version 0.5.0v0.5.0
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ setup( packages=['requests_cache', 'requests_cache.backends', 'requests_cache.backends.storage'], - version='0.4.13', + version='0.5.0', description='Persistent cache for requests library', author='Roman Haritonov', author_email='reclosedev@gmail.com', |
