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