From 767eeeafac94215c7eb843747a33f7ade2341e7a Mon Sep 17 00:00:00 2001 From: dixonjoel <38357562+dixonjoel@users.noreply.github.com> Date: Tue, 9 Jun 2026 19:27:54 +0000 Subject: [PATCH] chore: Update project ni.protobuf.types to v1.2.0.dev2 --- packages/ni.protobuf.types/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ni.protobuf.types/pyproject.toml b/packages/ni.protobuf.types/pyproject.toml index 5b6ea4f2..62c4951b 100644 --- a/packages/ni.protobuf.types/pyproject.toml +++ b/packages/ni.protobuf.types/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ni.protobuf.types" -version = "1.2.0.dev1" +version = "1.2.0.dev2" license = "MIT" description = "Protobuf data types for NI gRPC APIs" authors = [{name = "NI", email = "opensource@ni.com"}]