Skip to content

Commit 6d522f9

Browse files
committed
Prepare v1.0.2
1 parent e5b9218 commit 6d522f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aas_test_engines/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
def version() -> str:
2-
return "1.0.1"
2+
return "1.0.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "aas_test_engines"
7-
version = "1.0.1"
7+
version = "1.0.2"
88
description = "Official test tooling for the Asset Administration Shell"
99
readme = "README.md"
1010
classifiers = [

0 commit comments

Comments
 (0)