From 46ca97617471fd682d839e41dd380b95b6407dd3 Mon Sep 17 00:00:00 2001 From: Paul Sanders Date: Sat, 12 Oct 2024 18:16:17 -0400 Subject: [PATCH] Fix version number --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3c9f264..8d698a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -171,7 +171,7 @@ checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" [[package]] name = "prelude-parser" -version = "0.11.2" +version = "0.11.1" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4455c36..b99fa69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prelude-parser" -version = "0.11.2" +version = "0.11.1" description = "Parses XML files exported from Prelude EDC into formats usable by Python." edition = "2021" license = "MIT"