diff --git a/gopygo/__init__.py b/gopygo/__init__.py index 457423a..331449f 100644 --- a/gopygo/__init__.py +++ b/gopygo/__init__.py @@ -1,4 +1,4 @@ from gopygo.parser import parse from gopygo.unparser import unparse -__version__ = '0.3.1' +__version__ = '0.3.2' diff --git a/setup.py b/setup.py index 0744e5f..d60fdc4 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="gopygo", packages=["gopygo"], - version="0.3.1", + version="0.3.2", author="M. Mert Yildiran", author_email="mehmet@up9.com", url="http://github.com/up9inc/gopygo",