Skip to content

Commit

Permalink
Increment version to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Jan 5, 2025
1 parent 8ce3072 commit 3324201
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pslab/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Pocket Science Lab by FOSSASIA."""

from pslab.instrument.logic_analyzer import LogicAnalyzer
from pslab.instrument.multimeter import Multimeter
from pslab.instrument.oscilloscope import Oscilloscope
Expand All @@ -16,4 +17,4 @@
"ScienceLab",
)

__version__ = "3.1.0"
__version__ = "3.1.1"

0 comments on commit 3324201

Please sign in to comment.