From 289a685e1b0e7518909fdb10746d140a3bc35de0 Mon Sep 17 00:00:00 2001 From: alexdubois-ni <74616312+alexdubois-ni@users.noreply.github.com> Date: Tue, 8 Sep 2026 18:34:55 +0000 Subject: [PATCH] chore: Update project nitlsconfig to v1.0.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae0ede2..481e1f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nitlsconfig" -version = "1.0.0a3" +version = "1.0.0.dev0" 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"}]