From 93aee1a59e8af848c4f0bccfa57a2ffaa33893c1 Mon Sep 17 00:00:00 2001 From: Alex Dubois Date: Tue, 25 Aug 2026 12:31:33 -0500 Subject: [PATCH] Bump Version to 1.0.0a2 - New pre-release version includes auditing, error elaboration query, and error improvements --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 335e2fd..14963d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nitlsconfig" -version = "1.0.0a1" +version = "1.0.0a2" license = "MIT" description = "Python API for reading nitlsconfig configurations and creating gRPC client channels from them" authors = [{name = "NI", email = "opensource@ni.com"}]