From cf2e6cc84198bcfafc11ccd3118640fb350526db Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Wed, 7 Jan 2026 12:06:13 -0600 Subject: [PATCH] chore: Bump version to 1.4.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82892425..ce7ca554 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ name = "nidaqmx" description = "NI-DAQmx Python API" license = "MIT" keywords = ["nidaqmx", "nidaq", "daqmx", "daq"] -version = "1.4.0.dev2" +version = "1.4.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",