From 4668c79e3a0c4c645e68114c90735881806c7f0a Mon Sep 17 00:00:00 2001 From: Philip Thong Date: Tue, 25 Aug 2026 15:03:29 -0500 Subject: [PATCH] Touching versions since auto version bump did not run --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 14963d8..6ea858c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nitlsconfig" -version = "1.0.0a2" +version = "1.0.0a3" license = "MIT" description = "Python API for reading nitlsconfig configurations and creating gRPC client channels from them" authors = [{name = "NI", email = "opensource@ni.com"}]