adding dist
diff --git a/appurify/constants.py b/appurify/constants.py
index 008d22d..962f80b 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, 4)
+VERSION = (1, 0, 5)
 __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
 
 # Last tagged stable version
diff --git a/dist/appurify-1.0.5.tar.gz b/dist/appurify-1.0.5.tar.gz
new file mode 100644
index 0000000..813e41a
--- /dev/null
+++ b/dist/appurify-1.0.5.tar.gz
Binary files differ