File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
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'
21+ version = '0.5.0 '
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.tar.gz
25- # tar xfz java2python-0.5.tar.gz
24+ # wget https://github.com/downloads/natural/java2python/java2python-0.5.0. tar.gz
25+ # tar xfz java2python-0.5.0. tar.gz
2626 # cd java2python
2727 # python setup.py install
2828
Original file line number Diff line number Diff line change 3333
3434setup (
3535 name = 'java2python' ,
36- version = '0.5' ,
36+ version = '0.5.0 ' ,
3737
3838 description = description ,
3939 long_description = long_description ,
4242 author_email = 'troy@troy.io' ,
4343
4444 url = 'https://github.com/natural/java2python/' ,
45- download_url = 'https://github.com/downloads/natural/java2python/java2python-0.5.tar.gz' ,
45+ download_url = 'https://github.com/downloads/natural/java2python/java2python-0.5.0. tar.gz' ,
4646
4747 keywords = ['java' , 'java2python' , 'compiler' ],
4848 classifiers = filter (None , classifiers .split ('\n ' )),
You can’t perform that action at this time.
0 commit comments