From 9d588de53e391adc377859aa62984c34a32193f1 Mon Sep 17 00:00:00 2001 From: Liam Childs Date: Mon, 26 Sep 2016 13:10:06 +0200 Subject: [PATCH] updated version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7575d3..1072c72 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='mimo', - version='1.0.7', + version='1.0.8', author='Liam H. Childs', author_email='liam.h.childs@gmail.com', packages=find_packages(exclude=['tests']),