Skip to content

Commit

Permalink
Update aas-core-codegen to 0.0.7 (#58)
Browse files Browse the repository at this point in the history
We use ``aas-core-codegen`` to run smoke tests in order to ensure that
the meta-models can be translated into programming code and schemas.
This helps us discover the errors as early as possible.
  • Loading branch information
mristin authored Apr 9, 2022
1 parent 0acaf25 commit f85c8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"dev": [
"black==22.3.0",
"mypy==0.910",
"aas-core-codegen==0.0.6"
"aas-core-codegen==0.0.7"
],
},
# fmt: on
Expand Down

0 comments on commit f85c8f7

Please sign in to comment.