diff --git a/Cargo.lock b/Cargo.lock index 60a95bd..1cfa26c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "taskchampion-py" -version = "0.7.0-pre1" +version = "0.7.0" dependencies = [ "anyhow", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 4843bfb..b58ee89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "taskchampion-py" -version = "0.7.0-pre1" +version = "0.7.0" edition = "2021" # This should match the MSRV of the `taskchampion` crate. rust-version = "1.78.0"