From 54bb35ce499238b1e68d8427417095e8c2e20897 Mon Sep 17 00:00:00 2001 From: samirmartins Date: Mon, 5 Aug 2024 14:52:17 -0300 Subject: [PATCH] Updating pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8f0b2f3..fab5041 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pydaq" -version = "0.0.3.1" +version = "0.0.4" license = { file = "LICENSE" } requires-python = ">=3.7" keywords = ["Python", "Data Acquisition", "Arduino", "NIDAQ"]