From db745d57104cc338fb453a34d6ea39888e5abab6 Mon Sep 17 00:00:00 2001 From: Sammi De Guzman Date: Fri, 5 Mar 2021 23:07:42 -0800 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb5538e..7618c80 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtfcre" -version = "1.2.2" +version = "1.3.0" description = "Python library for Rich Text Format with Court Reporting Extensions (RTF/CRE) dictionaries" homepage = "https://github.com/sammdot/rtfcre" authors = ["Sammi De Guzman "]