diff --git a/README.md b/README.md index 7d5b717..a5038b4 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ This package provides an API to write and execute scripts in a running ZEISS INSPECT instance. Please read the [ZEISS INSPECT API documentation](https://zeiss.github.io/IQS/) for details. + +The [ZEISS INSPECT API wheel](https://pypi.org/project/zeiss-inspect-api/) is hosted on PyPI. \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index f818e5b..b5f689b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "zeiss_inspect_api" -version = "2026.3.0.342" +version = "2026.3.0.343" authors = [ { name="Carl Zeiss GOM Metrology GmbH", email="info.optical.metrology@zeiss.com" }, ]