Update setup.py version number (#30) (#43)

Update the version to v4.0.2 (#30)
diff --git a/setup.py b/setup.py
index c1ac11e..ab9a24a 100755
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@
     python_requires='>=2.7',
     install_requires=['six'],
     url='https://github.com/GoogleChromeLabs/pywebsocket3',
-    version='4.0.0',
+    version='4.0.2',
 )
 
 # vi:sts=4 sw=4 et