diff --git a/gopygo/__init__.py b/gopygo/__init__.py index 9db2172..c2439e8 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.1.0' +__version__ = '0.2.0' diff --git a/setup.py b/setup.py index e7f3525..1d0645a 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="gopygo", packages=["gopygo"], - version="0.1.0", + version="0.2.0", author="M. Mert Yildiran", author_email="mehmet@up9.com", url="http://github.com/up9inc/gopygo",