Write parsetab file to /tmp instead of the plyproto directory, and bump
version
diff --git a/setup.py b/setup.py
index 785df05..7cb8ee1 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='plyprotobuf',
-      version='1.1',
+      version='1.2',
       description='Protobuf Parsing Library that uses ply',
       author='Dusan Klinec',
       url='https://github.com/sb98052/plyprotobuf',