From ff95bf09b5628ce1a08d3bf91a1051673c9468e4 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 18 Sep 2023 20:00:35 +0200 Subject: [PATCH] currently alpha --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff6900f..88c35c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -160,7 +160,7 @@ checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223" [[package]] name = "cal7tor" -version = "0.5.0" +version = "0.5.0-alpha" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index e4be2d6..483cca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cal7tor" -version = "0.5.0" +version = "0.5.0-alpha" authors = ["Mylloon"] edition = "2021" description = "Timetable extractor for the Paris Cité master's degree in IT"