From 06d1d945c1b586c0026e203e2e3abb7ee6c20c45 Mon Sep 17 00:00:00 2001 From: Edward Robinson Date: Thu, 25 Oct 2012 21:21:00 +0100 Subject: [PATCH] bumped version for re-submission to Pypi --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 539bc80..1e71645 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-S3', - version='0.1', + version='0.1.1', url='http://github.com/e-dard/flask-s3', license='WTFPL', author='Edward Robinson',