From bc9a340ec8cd1ef6a07929a59f18f8e5a9578475 Mon Sep 17 00:00:00 2001 From: dixonjoel <38357562+dixonjoel@users.noreply.github.com> Date: Mon, 13 Jul 2026 19:17:16 +0000 Subject: [PATCH] [releases/2.0] chore: Update project ni.datastore to v2.0.1.dev0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 412f26b..0af4665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ni.datastore" -version = "2.0.0" +version = "2.0.1.dev0" license = "MIT" description = "APIs for publishing and retrieving data from NI Measurement Data Services" authors = [{name = "NI", email = "opensource@ni.com"}]