Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
otto-ifak committed Oct 14, 2024
1 parent 97f2fad commit 54dbd34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion aas_test_engines/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
def version() -> str:
return "1.4.0"
return "0.6.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "aas_test_engines"
version = "1.4.0"
version = "0.6.0"
description = "Official test tooling for the Asset Administration Shell"
readme = "README.md"
classifiers = [
Expand Down

0 comments on commit 54dbd34

Please sign in to comment.