This commit is contained in:
Virgil Dupras
2015-01-23 12:21:33 -05:00
parent 4b35f533da
commit 486f5415af
2 changed files with 8 additions and 1 deletions

View File

@@ -17,7 +17,7 @@ LONG_DESC = open('README.rst', 'rt').read() + '\n\n' + open('CHANGES.rst', 'rt')
setup(
name='num2words',
version='0.5.1',
version='0.5.2',
description='Modules to convert numbers to words. Easily extensible.',
long_description=LONG_DESC,
license='LGPL',