version bump

This commit is contained in:
Edd Robinson
2013-09-24 10:18:32 +01:00
parent 74123c04c2
commit 478b636395
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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/).
+1 -1
View File
@@ -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',