mirror of
https://github.com/bblaz/num2words.git
synced 2025-12-06 06:42:25 +00:00
new release
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user