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