This commit is contained in:
Ernesto Rodriguez Ortiz
2017-07-02 19:39:09 -04:00
parent d41b1b6b07
commit 39356b495d
2 changed files with 11 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.4',
version='0.5.5',
description='Modules to convert numbers to words. Easily extensible.',
long_description=LONG_DESC,
license='LGPL',