Bumped version.
diff --git a/appurify/constants.py b/appurify/constants.py index 6ac394d..008d22d 100644 --- a/appurify/constants.py +++ b/appurify/constants.py
@@ -15,7 +15,7 @@ # Current development version # Increment this during development as and when desired # setup.py will use this version to generate new releases -VERSION = (1, 0, 3) +VERSION = (1, 0, 4) __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:]) # Last tagged stable version