From d105a468ce49782da4539b76e3fe96a25f4be469 Mon Sep 17 00:00:00 2001 From: jonasstrehle Date: Mon, 25 Nov 2024 22:14:04 +0000 Subject: [PATCH] Bump version to 0.0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7960a7c..7774be1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "datex-core" -version = "0.0.2" +version = "0.0.3" description = "The DATEX Core Rust implementation" authors = ["Benedikt Strehle "] edition = "2021"