From 51284fb5ae7f6b4bba8d7af11233cca2a724a0f4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 22 Jan 2024 22:16:39 +0100 Subject: [PATCH] 0.7.1 release --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c2f99b7..e2afa6b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cal7tor" -version = "0.7.0" +version = "0.7.1" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 63fdba8..4e63cf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cal7tor" -version = "0.7.0" +version = "0.7.1" authors = ["Mylloon"] edition = "2021" description = "Timetable extractor for the Paris Cité master's degree in IT"