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 "]