added android_spoon to client
diff --git a/appurify/constants.py b/appurify/constants.py
index 4210db8..01e95d9 100644
--- a/appurify/constants.py
+++ b/appurify/constants.py
@@ -11,7 +11,7 @@
 # Current development version
 # Increment this during development as and when desired
 # setup.py will use this version to generate new releases
-VERSION = (0, 4, 1)
+VERSION = (0, 4, 2)
 __version__ = '.'.join(map(str, VERSION[0:3])) + ''.join(VERSION[3:])
 
 # Last tagged stable version
@@ -88,7 +88,8 @@
     'ios_monkeytalk',
     'android_robot',
     'android_monkeytalk',
-    'espresso'
+    'espresso',
+    'android_spoon'
 ]
 
 NO_TEST_SOURCE = [
@@ -114,6 +115,7 @@
     'ios_webviewrobot',
     'ios_wpt',
     'appium',
+    'android_spoon',
 ]
 
 ENABLED_ACTIONS = [
diff --git a/dist/appurify-0.4.2.tar.gz b/dist/appurify-0.4.2.tar.gz
new file mode 100644
index 0000000..3893d4b
--- /dev/null
+++ b/dist/appurify-0.4.2.tar.gz
Binary files differ