From ec78fb47ddf3cff68a8f1f756fa38342e925b8f1 Mon Sep 17 00:00:00 2001 From: Daniel Thaler Date: Sun, 3 Sep 2023 21:38:26 +0200 Subject: [PATCH] Version 0.4.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2801f12..b20c4c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -134,7 +134,7 @@ dependencies = [ [[package]] name = "py-autosar-data" -version = "0.3.0" +version = "0.4.0" dependencies = [ "autosar-data", "autosar-data-specification", diff --git a/Cargo.toml b/Cargo.toml index c6de053..5a5e2f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "py-autosar-data" -version = "0.3.0" +version = "0.4.0" edition = "2021" description = "read, write and modify Autosar arxml data using Python" authors = ["Daniel Thaler "] diff --git a/pyproject.toml b/pyproject.toml index 1c3f321..1619c0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.3.0" +version = "0.4.0" description = "read, write and modify Autosar arxml data using Python" authors = [{name="Daniel Thaler", email="daniel@dthaler.de"}] readme = "README.md"