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]
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
]