diff --git a/Cargo.lock b/Cargo.lock index f869139..dd0feeb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "rtfcre" -version = "1.2.0" +version = "1.2.1" dependencies = [ "criterion", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index ea0695b..c800394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtfcre" -version = "1.2.0" +version = "1.2.1" description = "Python library for Rich Text Format with Court Reporting Extensions (RTF/CRE) dictionaries" homepage = "https://github.com/sammdot/rtfcre" authors = ["Sammi De Guzman "]