Skip to content

Commit f62a9e7

Browse files
author
Troy Melhase
committed
Adds micro version number.
1 parent ad5b3fe commit f62a9e7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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'
21+
version = '0.5.0'
2222

2323

2424
def logLevel(value):

doc/install.md

Lines changed: 2 additions & 2 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.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

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='java2python',
36-
version='0.5',
36+
version='0.5.0',
3737

3838
description=description,
3939
long_description=long_description,
@@ -42,7 +42,7 @@
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')),

0 commit comments

Comments
 (0)