Skip to content

Commit faf3f03

Browse files
committed
Version 0.10.0
1 parent 1d15b51 commit faf3f03

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "py-autosar-data"
3-
version = "0.9.1"
3+
version = "0.10.0"
44
edition = "2021"
55
description = "read, write and modify Autosar arxml data using Python"
66
authors = ["Daniel Thaler <[email protected]>"]

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
"Programming Language :: Python :: Implementation :: CPython",
1515
"Programming Language :: Python :: Implementation :: PyPy",
1616
]
17-
version = "0.9.1"
17+
version = "0.10.0"
1818
description = "read, write and modify Autosar arxml data using Python"
1919
authors = [{name="Daniel Thaler", email="[email protected]"}]
2020
readme = "README.md"

0 commit comments

Comments
 (0)