From 0d297ee98d4759ce365d489b22318c4dd187c435 Mon Sep 17 00:00:00 2001 From: Liam Childs Date: Mon, 19 Sep 2016 15:24:26 +0200 Subject: [PATCH] updated version number --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 42958d5..18a54f1 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ setup( name='mimo', + version='1.0.4', author='Liam H. Childs', author_email='liam.h.childs@gmail.com', packages=find_packages(exclude=['tests']),