From 5c1eda9e86d1c868c479b27f7ec88fd26829fd3f Mon Sep 17 00:00:00 2001 From: Tan Yi Qing Date: Fri, 24 Oct 2025 18:09:16 +0800 Subject: [PATCH] bump version to 1.3.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a4bda34ee..e5b7ea1fd 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.3.0-dev1" +version = "1.3.0" classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers",