From 478b6363955a84143bfa85ffdc8d673c041e1014 Mon Sep 17 00:00:00 2001 From: Edd Robinson Date: Tue, 24 Sep 2013 10:18:32 +0100 Subject: [PATCH] version bump --- README.md | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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',