From fe5423270422f03bce57db41aba042564b077441 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Tue, 3 Oct 2023 11:02:15 -0400 Subject: [PATCH] Bump version for release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e3f8922..45ac061 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,7 +176,7 @@ dependencies = [ [[package]] name = "prelude-parser" -version = "0.3.0" +version = "0.3.1" dependencies = [ "chrono", "pyo3", diff --git a/Cargo.toml b/Cargo.toml index 4035e2b..d319a29 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prelude-parser" -version = "0.3.0" +version = "0.3.1" description = "Parses XML files exported from Prelude EDC into formats usable by Python." edition = "2021" license = "MIT"