From 8185ce7142576cec4d1a25c42f73c84d498941d7 Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Thu, 2 Jan 2025 22:56:27 -0500 Subject: [PATCH] Bump to -pre version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b58ee89..1765382 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion-py" -version = "0.7.0" +version = "0.7.0.1-pre" edition = "2021" # This should match the MSRV of the `taskchampion` crate. rust-version = "1.78.0"