This commit is contained in:
Virgil Dupras
2016-10-18 09:46:11 -04:00
parent 572789ac87
commit 0e06eb81dd
2 changed files with 16 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.3',
version='0.5.4',
description='Modules to convert numbers to words. Easily extensible.',
long_description=LONG_DESC,
license='LGPL',