We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9defdb commit ec021beCopy full SHA for ec021be
.gitignore
@@ -5,3 +5,4 @@ python_adc_eval.egg-info
5
dist
6
.ruff_cache
7
.coverage
8
+build
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
[project]
name = "python-adc-eval"
-version = "0.3.0b0"
+version = "0.2.2"
license = {text = "MIT"}
9
description = "ADC Evaluation Library"
10
readme = "README.rst"
0 commit comments