From 14076c2dad839f810ba01d8334ffb589b363ce9e Mon Sep 17 00:00:00 2001 From: admiralobvious <aferlandqc@gmail.com> Date: Sun, 5 Jun 2016 15:42:37 -0400 Subject: [PATCH] up version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fd8959f..0631990 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ from setuptools import setup setup( name='Flask-SimpleLDAP', - version='1.0.0', + version='1.0.1', url='https://github.com/admiralobvious/flask-simpleldap', license='MIT', author='Alexandre Ferland', -- GitLab