From 4a37119c90e318fa6827dab27ccfd9ebec23ab85 Mon Sep 17 00:00:00 2001 From: dixonjoel <38357562+dixonjoel@users.noreply.github.com> Date: Thu, 20 Nov 2025 19:38:05 +0000 Subject: [PATCH] chore: Update project ni.datastore to v0.1.0.dev7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 472a68e..9ce5191 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ni.datastore" -version = "0.1.0.dev6" +version = "0.1.0.dev7" license = "MIT" description = "APIs for publishing and retrieving data from NI Measurement Data Services" authors = [{name = "NI", email = "opensource@ni.com"}]