Skip to content

Commit ca30900

Browse files
author
Troy Melhase
committed
Bump to version 0.5.1.
1 parent fa8a410 commit ca30900

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

bin/j2py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ from java2python.config import Config
1818
from java2python.lib import escapes
1919

2020

21-
version = '0.5.0'
21+
version = '0.5.1'
2222

2323

2424
def logLevel(value):

doc/install.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ We need the ANTLR Python runtime before we can install java2python:
2121

2222
Now 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-

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def doc_files():
3838

3939
setup(
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')),

0 commit comments

Comments
 (0)