From 3648d3da43aab84b3886067a7a45527d70fc816c Mon Sep 17 00:00:00 2001 From: Sammi De Guzman Date: Thu, 31 Dec 2020 20:49:39 -0800 Subject: [PATCH] Bump version number to 1.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d5bdfe9..f869139 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -859,7 +859,7 @@ dependencies = [ [[package]] name = "rtfcre" -version = "1.1.0" +version = "1.2.0" dependencies = [ "criterion", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 245cd4d..ea0695b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtfcre" -version = "1.1.0" +version = "1.2.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 "]