File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ from java2python.config import Config
1818from java2python .lib import escapes
1919
2020
21- version = '0.5.0 '
21+ version = '0.5.1 '
2222
2323
2424def logLevel (value ):
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ We need the ANTLR Python runtime before we can install java2python:
2121
2222Now the goodness:
2323
24- # wget https://github.com/downloads/natural/java2python/java2python-0.5.0 .tar.gz
25- # tar xfz java2python-0.5.0 .tar.gz
24+ # wget https://github.com/downloads/natural/java2python/java2python-0.5.1 .tar.gz
25+ # tar xfz java2python-0.5.1 .tar.gz
2626 # cd java2python
2727 # python setup.py install
2828
@@ -48,4 +48,3 @@ The development dependencies (what you need if you're coding java2python) are
4848[ version 3.1.3 of the Python runtime ] : http://www.antlr.org/download/antlr-3.1.3.tar.gz
4949[ Python runtime ] : http://www.antlr.org/wiki/display/ANTLR3/Python+runtime
5050[ ANTLR ] : http://www.antlr.org
51-
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def doc_files():
3838
3939setup (
4040 name = 'java2python' ,
41- version = '0.5.0 ' ,
41+ version = '0.5.1 ' ,
4242
4343 description = description ,
4444 long_description = long_description ,
@@ -47,7 +47,7 @@ def doc_files():
4747 author_email = 'troy@troy.io' ,
4848
4949 url = 'https://github.com/natural/java2python/' ,
50- download_url = 'https://github.com/downloads/natural/java2python/java2python-0.5.0 .tar.gz' ,
50+ download_url = 'https://github.com/downloads/natural/java2python/java2python-0.5.1 .tar.gz' ,
5151
5252 keywords = ['java' , 'java2python' , 'compiler' ],
5353 classifiers = filter (None , classifiers .split ('\n ' )),
You can’t perform that action at this time.
0 commit comments