Bumped version
diff --git a/setup.py b/setup.py
index 0313e81..785df05 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name='plyprotobuf',
-      version='1.0',
+      version='1.1',
       description='Protobuf Parsing Library that uses ply',
       author='Dusan Klinec',
       url='https://github.com/sb98052/plyprotobuf',