From 751133b3351006ae9cd3e6916727578e55176d74 Mon Sep 17 00:00:00 2001 From: Slater-Victoroff Date: Mon, 5 May 2014 00:23:59 -0400 Subject: [PATCH] updated version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a7ef0c..2377fb2 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ except ImportError: setup( name = "IndicoIo", - version = '0.1.0dev', + version = '0.2.0', packages = ["IndicoIo",], license = "MIT License (See LICENSE)", long_description = open("README").read(),