From f74867765baf43a01ebe2e299cbd6fd77114547c Mon Sep 17 00:00:00 2001 From: dixonjoel <38357562+dixonjoel@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:23:03 +0000 Subject: [PATCH] [releases/2.0] chore: Update project ni.datastore to v2.0.0.dev2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d596eb4..d4558cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ni.datastore" -version = "2.0.0.dev1" +version = "2.0.0.dev2" license = "MIT" description = "APIs for publishing and retrieving data from NI Measurement Data Services" authors = [{name = "NI", email = "opensource@ni.com"}]