From 09fd0dd788600ab0c85a56068300edb39a3b553b Mon Sep 17 00:00:00 2001 From: Sammi De Guzman Date: Thu, 22 Apr 2021 23:54:06 -0700 Subject: [PATCH] Bump dev version to dev3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92c9f33..6ce8e52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -868,7 +868,7 @@ dependencies = [ [[package]] name = "rtfcre" -version = "2.0.0-dev1" +version = "2.0.0-dev3" dependencies = [ "criterion", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 67faba6..796fc01 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtfcre" -version = "2.0.0-dev2" +version = "2.0.0-dev3" description = "Python library for Rich Text Format with Court Reporting Extensions (RTF/CRE) dictionaries" homepage = "https://github.com/sammdot/rtfcre" authors = ["Sammi De Guzman "]