diff --git a/README.md b/README.md index 2b8a396..68e0e26 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Install via pip: pip install object_storage ``` -The current version is `0.14.3`. +The current version is `0.14.4`. For Python 2.7, use the latest release from the `v0.12` branch. ## Quick Start ## diff --git a/requirements.txt b/requirements.txt index 17b854e..bfddee6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ python-dateutil==2.8.0 python-swiftclient==3.8.0 pytz==2019.2 requests==2.22.0 -rsa==4.0 +rsa==4.1 s3transfer==0.3.3 six==1.12.0 stevedore==1.30.1 diff --git a/setup.py b/setup.py index 33b1fdf..d162e59 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ ] setup(name="object_storage", - version="0.14.3", + version="0.14.4", description="Python library for accessing files over various file transfer protocols.", url="https://github.com/ustudio/storage", packages=["storage"],