From 37317a67fd8b2584a3620c3f5cde424a6d0dd749 Mon Sep 17 00:00:00 2001 From: Daniel Brook-Roberge Date: Fri, 29 Jan 2016 11:54:47 -0800 Subject: [PATCH] Bump the version to 0.1.6 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e6b38fc..5405a9d 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from setuptools import setup setup( name='Flask-SSLify', - version='0.1.5', + version='0.1.6', url='https://github.com/kennethreitz/flask-sslify', license='BSD', author='Kenneth Reitz',