From 3da8b23a629cc7a1df9462ec5e0e5b79efc3c7d7 Mon Sep 17 00:00:00 2001 From: Liam Childs Date: Mon, 19 Sep 2016 15:01:38 +0200 Subject: [PATCH] fixed version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41d6213..347914e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name='mimo', - version='1.0.01', + version='1.0.1', author='Liam H. Childs', author_email='liam.h.childs@gmail.com', packages=find_packages(exclude=['tests']),