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 8ce3072 commit 3324201Copy full SHA for 3324201
pslab/__init__.py
@@ -1,4 +1,5 @@
1
"""Pocket Science Lab by FOSSASIA."""
2
+
3
from pslab.instrument.logic_analyzer import LogicAnalyzer
4
from pslab.instrument.multimeter import Multimeter
5
from pslab.instrument.oscilloscope import Oscilloscope
@@ -16,4 +17,4 @@
16
17
"ScienceLab",
18
)
19
-__version__ = "3.1.0"
20
+__version__ = "3.1.1"
0 commit comments