From a595b34c069eeea9da69327a879561d0fefddc27 Mon Sep 17 00:00:00 2001 From: Markus Kohlhase Date: Tue, 26 Mar 2024 15:12:22 +0100 Subject: [PATCH] Release v0.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 10e1257..eb5a63c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "modbus-core" description = "Modbus base library" -version = "0.0.0" +version = "0.1.0" authors = ["slowtec GmbH", "Markus Kohlhase "] license = "MIT/Apache-2.0" keywords = ["fieldbus", "modbus", "hardware", "automation"]