diff --git a/README.md b/README.md index f4173cc..c09eb91 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ flask-s3 ![](https://api.travis-ci.org/e-dard/flask-s3.png) -Seamlessly serve the static assets of your Flask app from Amazon S3. +Seamlessly serve the static assets of your Flask app from Amazon S3. Documentation ------------- -The latest documentation for Flask-S3 can be found [here](https://flask-s3.readthedocs.org/en/v0.1.4/). +The latest documentation for Flask-S3 can be found [here](https://flask-s3.readthedocs.org/en/v0.1.5/). diff --git a/setup.py b/setup.py index 834d6bd..ee405a1 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-S3', - version='0.1.4', + version='0.1.5', url='http://github.com/e-dard/flask-s3', license='WTFPL', author='Edward Robinson',