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 55e300b commit 589fcb9Copy full SHA for 589fcb9
.gitignore
@@ -2,3 +2,4 @@ __pycache__
2
.tox
3
python_adc_eval.egg-info
4
dist
5
+.ruff_cache
adc_eval/__init__.py
@@ -1 +1,5 @@
1
"""Initialization file for module."""
+
+from . import spectrum
+from . import converters
+from . import signals
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
6
name = "python-adc-eval"
7
-version = "0.1.0"
+version = "0.1.1"
8
license = {text = "MIT"}
9
description = "ADC Evaluation Library"
10
readme = "README.rst"
0 commit comments