From 4f30c552e9f0c6bb75d3f491dceef9d4928628db Mon Sep 17 00:00:00 2001 From: Jeff Goeders Date: Thu, 20 Jun 2024 11:30:36 -0600 Subject: [PATCH] Update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 57fcb28..3b96404 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="yinstruments", packages=find_packages(), - version="1.3.4", + version="1.4.0", description="Experiment device control scripts for BYU's Configurable Computing Lab (https://ccl.byu.edu/)", author="Jeff Goeders", author_email="jeff.goeders@gmail.com",