Bump version

This commit is contained in:
CPD 2025-03-17 08:40:16 +01:00
parent 11dbf27da6
commit 4bb69ab853

View File

@ -3,8 +3,8 @@ requires = ["setuptools"]
[project] [project]
name = "cpdctrl" name = "cpdctrl"
version = "1.0.0" version = "1.0.1"
description = "Utility for CPD measurements with a Keitley 2700 SMU and an Arduino-controlled light source" description = "Utility for CPD measurements while controlling a light source"
requires-python = ">=3.10" requires-python = ">=3.10"
readme = "README.md" readme = "README.md"
license = {file = "LICENSE"} license = {file = "LICENSE"}
@ -25,8 +25,9 @@ dependencies = [
] ]
[project.optional-dependencies] [project.optional-dependencies]
keithley = [ instruments = [
"pyvisa", "pyvisa", # needed for Keithley and DC2200
"pyserial" # needed for Arduino
] ]