From a03dbbd237a1b9d35e97bfb26353951cc63331a9 Mon Sep 17 00:00:00 2001 From: SunDwarf Date: Thu, 1 Oct 2015 06:54:31 +0100 Subject: [PATCH] Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7ae1560..b1d1245 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-S3', - version='0.2.0', + version='0.2.1', url='http://github.com/e-dard/flask-s3', license='WTFPL', author='Edward Robinson',