From 3d2e109d38ed27d4a651af74104349761c7e2178 Mon Sep 17 00:00:00 2001 From: Joel Dixon Date: Tue, 16 Jun 2026 12:20:59 -0500 Subject: [PATCH] Bump main version to 1.2.0.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 60b15baa..ea86edc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nitypes" description = "Data types for NI Python APIs" license = "MIT" keywords = ["nitypes"] -version = "1.1.0.dev4" +version = "1.2.0.dev0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",