We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ede66c commit 76be49cCopy full SHA for 76be49c
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "shellsmith"
7
-version = "0.2.1"
+version = "0.3.0"
8
authors = [{ name = "Peter Stein", email = "peterstein@dfki.de" }]
9
description = "Python client and CLI for Eclipse BaSyx to manage Asset Administration Shells (AAS)"
10
license = { file = "LICENSE" }
src/shellsmith/__init__.py
@@ -1,6 +1,6 @@
1
"""Module level imports."""
2
3
-__version__ = "0.2.1"
+__version__ = "0.3.0"
from .crud import (
delete_shell,
0 commit comments