From 17aa8b9e106d64aa020351888c69194d530944af Mon Sep 17 00:00:00 2001 From: Edward Robinson Date: Wed, 21 Nov 2012 14:11:02 +0000 Subject: [PATCH] version bump --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6b4fe3..e5aae4c 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-S3', - version='0.1.2', + version='0.1.3', url='http://github.com/e-dard/flask-s3', license='WTFPL', author='Edward Robinson',