From 6f13e3e89c046e69dd64cf350c3042262f5d4079 Mon Sep 17 00:00:00 2001 From: SunDwarf Date: Tue, 27 Oct 2015 22:39:10 +0000 Subject: [PATCH] Bump version number. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 07d399f..a2d6abd 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-S3', - version='0.2.4', + version='0.2.5', url='http://github.com/e-dard/flask-s3', license='WTFPL', author='Edward Robinson',