From 2e1d156e95df71c8d191dce33a654e3e04aaeabc Mon Sep 17 00:00:00 2001 From: Kieran Gillibrand Date: Tue, 23 Aug 2016 03:00:53 -0400 Subject: [PATCH] Updated version number --- piascript.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piascript.py b/piascript.py index 5efe92a..ab35d9e 100755 --- a/piascript.py +++ b/piascript.py @@ -39,7 +39,7 @@ __copyright__ = 'Copyright 2016 Kieran Gillibrand' __credits__ = ['Duncan Gillibrand'] __license__ = 'MIT License (LICENSE.txt)' -__version__ = '1.0.3' +__version__ = '1.0.4' __date__ = '23/08/2016' __maintainer__ = 'Kieran Gillibrand' __email__ = 'Kieran.Gillibrand6@gmail.com'