From 53ddf06eca00a1bd88f81a38552349d233779943 Mon Sep 17 00:00:00 2001 From: jonasstrehle <jonasstrehle@users.noreply.github.com> Date: Mon, 25 Nov 2024 22:04:18 +0000 Subject: [PATCH] Bump version to 0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 715d6a0..f7ed358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datex-core" -version = "0.0.1" +version = "0.0.2" description = "The DATEX Core Rust implementation" authors = ["Benedikt Strehle <benedikt@unyt.org>"] edition = "2021"