new release

This commit is contained in:
Marlon Rodriguez
2022-08-19 10:28:08 -04:00
parent 7c86a85d25
commit 0865ac247e
2 changed files with 19 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ Options:
-t --to=<to> Output converter [default: cardinal].
-h --help Show this message.
-v --version Show version.
Examples:
$ num2words 10001
ten thousand and one
@@ -55,7 +55,7 @@ import sys
from docopt import docopt
import num2words
__version__ = "0.5.11"
__version__ = "0.5.12"
__license__ = "LGPL"