We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b9218 commit 6d522f9Copy full SHA for 6d522f9
aas_test_engines/__init__.py
@@ -1,2 +1,2 @@
1
def version() -> str:
2
- return "1.0.1"
+ return "1.0.2"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "aas_test_engines"
7
-version = "1.0.1"
+version = "1.0.2"
8
description = "Official test tooling for the Asset Administration Shell"
9
readme = "README.md"
10
classifiers = [
0 commit comments