From 8a7014b80a11d1f045f658a29db80c6c28a4fea7 Mon Sep 17 00:00:00 2001 From: Charlotte-Sommerville Date: Mon, 5 May 2014 11:11:08 -0400 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c326a0..cffd100 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name = "IndicoIo", - version = '0.2.4', + version = '0.2.5', packages = ["IndicoIo",], license = "MIT License (See LICENSE)", long_description = open("README").read(),