From df059f3b9c20e8af58522e31bd7aa5408ac6a5a5 Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 11 Jun 2024 14:19:49 -0400 Subject: [PATCH] Version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8fb201..cd893be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "python-adc-eval" -version = "0.2.0" +version = "0.2.1" license = {text = "MIT"} description = "ADC Evaluation Library" readme = "README.rst"