From ec1a65a98c7b1f724f7cba614b1986bfe49e34f2 Mon Sep 17 00:00:00 2001 From: Sammi De Guzman Date: Fri, 1 Jan 2021 02:08:42 -0800 Subject: [PATCH] Bump version number to 1.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]