From efe9b35ce1b892463e008f73e6f79eb3e3436e4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sat, 12 Mar 2022 11:20:29 +0100 Subject: [PATCH] misc: bump version number to 0.5.9.1 --- bin/num2words | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/num2words b/bin/num2words index 7c9d595..d9e949b 100755 --- a/bin/num2words +++ b/bin/num2words @@ -55,7 +55,7 @@ import sys from docopt import docopt import num2words -__version__ = "0.5.9" +__version__ = "0.5.9.1" __license__ = "LGPL"