From 3da4c7ada9e095fca16dafd6cfe472e703c89fc2 Mon Sep 17 00:00:00 2001 From: alexdubois-ni <74616312+alexdubois-ni@users.noreply.github.com> Date: Thu, 10 Sep 2026 18:29:31 +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 885f27a..0d93099 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nitlsconfig" -version = "1.0.0a4" +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"}]