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(),