Skip to content

Commit 3324201

Browse files
committed
Increment version to 3.1.1
1 parent 8ce3072 commit 3324201

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pslab/__init__.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Pocket Science Lab by FOSSASIA."""
2+
23
from pslab.instrument.logic_analyzer import LogicAnalyzer
34
from pslab.instrument.multimeter import Multimeter
45
from pslab.instrument.oscilloscope import Oscilloscope
@@ -16,4 +17,4 @@
1617
"ScienceLab",
1718
)
1819

19-
__version__ = "3.1.0"
20+
__version__ = "3.1.1"

0 commit comments

Comments
 (0)