From 94bbe0d4882289b7f120c460bd6a696da00a1f3d Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Thu, 10 Sep 2026 11:05:32 -0500 Subject: [PATCH 1/2] Add py.typed file to publish type annotations for nidaqmx-python repo --- src/nitlsconfig/py.typed | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/nitlsconfig/py.typed diff --git a/src/nitlsconfig/py.typed b/src/nitlsconfig/py.typed new file mode 100644 index 0000000..e69de29 From 52fe37caca9bbf22f2968b8e2428bb1efd330373 Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Thu, 10 Sep 2026 11:16:22 -0500 Subject: [PATCH 2/2] Bump version to 1.0.0a4 while I'm at it --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae0ede2..83776bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nitlsconfig" -version = "1.0.0a3" +version = "1.0.0a4" license = "MIT" description = "Python API for reading nitlsconfig configurations and creating NI gRPC Device client channels from them" authors = [{name = "NI", email = "opensource@ni.com"}]