Skip to content

Commit

Permalink
Release 0.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
c2nes committed Oct 20, 2018
1 parent 49337f8 commit 68e8bd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javalang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from . import javadoc


__version__ = "0.11.0"
__version__ = "0.12.0"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
setup(
name = "javalang",
packages = ["javalang"],
version = "0.11.0",
version = "0.12.0",
author = "Chris Thunes",
author_email = "cthunes@brewtab.com",
url = "http://github.com/c2nes/javalang",
Expand All @@ -23,9 +23,9 @@
========
javalang is a pure Python library for working with Java source
code. javalang provies a lexer and parser targeting Java 7. The
code. javalang provies a lexer and parser targeting Java 8. The
implementation is based on the Java language spec available at
http://docs.oracle.com/javase/specs/jls/se7/html/.
http://docs.oracle.com/javase/specs/jls/se8/html/.
""",
zip_safe = False,
Expand Down

0 comments on commit 68e8bd6

Please sign in to comment.