From 3d8ac48afdf69914070c422d9ce6e3286aad6216 Mon Sep 17 00:00:00 2001 From: Asperatus Date: Mon, 20 Nov 2023 16:30:21 -0500 Subject: [PATCH] v1.0.1 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 312b4c7..7e22a40 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "num2words" -version = "1.0.0" +version = "1.0.1" authors = ["Asperatus "] edition = "2018" description = "Convert numbers like 42 to forty-two"