From 4bb69ab853fcc8912a4a2dfc7e6690d649022aea Mon Sep 17 00:00:00 2001 From: CPD Date: Mon, 17 Mar 2025 08:40:16 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5159824..a143813 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,8 +3,8 @@ requires = ["setuptools"] [project] name = "cpdctrl" -version = "1.0.0" -description = "Utility for CPD measurements with a Keitley 2700 SMU and an Arduino-controlled light source" +version = "1.0.1" +description = "Utility for CPD measurements while controlling a light source" requires-python = ">=3.10" readme = "README.md" license = {file = "LICENSE"} @@ -25,8 +25,9 @@ dependencies = [ ] [project.optional-dependencies] -keithley = [ - "pyvisa", +instruments = [ + "pyvisa", # needed for Keithley and DC2200 + "pyserial" # needed for Arduino ]