diff --git a/aas_core3_protobuf/__init__.py b/aas_core3_protobuf/__init__.py index 149c126..7a8bf89 100644 --- a/aas_core3_protobuf/__init__.py +++ b/aas_core3_protobuf/__init__.py @@ -1,6 +1,6 @@ """Convert AAS instances between Python and Python ProtoBuf objects.""" -__version__ = "0.0.1" +__version__ = "0.0.2" __author__ = "Marko Ristin" __copyright__ = "2024 Contributors to aas-core3.0-python-protobuf" __license__ = "License :: OSI Approved :: MIT License" diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 1ed6073..53ded2e 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,6 +2,10 @@ Change Log ********** +0.0.2 (2024-11-04) +================== +We publish this new version to test the publication pipeline. + 0.0.1 (2024-11-03) ================== This is the first initial version ready for first trials. diff --git a/pyproject.toml b/pyproject.toml index 986b977..e4f89c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "aas-core3.0-protobuf" # NOTE (mristin): # Do not forget to sync with __init__.py! -version = "0.0.1" +version = "0.0.2" description = "Convert Asset Administration Shells V3.0 between Python and ProtoBuf objects." readme = "README.md"