From 382b45848a5184a20332cb114abffa37d6da2f9b Mon Sep 17 00:00:00 2001 From: pkthong <5594335+pkthong@users.noreply.github.com> Date: Fri, 25 Sep 2026 19:03:18 +0000 Subject: [PATCH] chore: Update project nitlsconfig to v1.0.1.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 723b430..1e71bb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nitlsconfig" -version = "1.0.0" +version = "1.0.1.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"}]