diff --git a/javalang/__init__.py b/javalang/__init__.py index b575eec..a5ff64b 100644 --- a/javalang/__init__.py +++ b/javalang/__init__.py @@ -5,4 +5,4 @@ from . import javadoc -__version__ = "0.12.0" +__version__ = "0.13.0" diff --git a/setup.py b/setup.py index 5c74ad2..8dc873b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name = "javalang", packages = ["javalang"], - version = "0.12.0", + version = "0.13.0", author = "Chris Thunes", author_email = "cthunes@brewtab.com", url = "http://github.com/c2nes/javalang",