We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a12332 commit 1912122Copy full SHA for 1912122
pynecil/__init__.py
@@ -1,6 +1,6 @@
1
"""Pynecil - Python library to communicate with Pinecil V2 soldering irons via Bluetooth."""
2
3
-__version__ = "4.0.0"
+__version__ = "4.0.1"
4
from .client import Pynecil, discover
5
from .exceptions import CommunicationError, UpdateException
6
from .types import (
0 commit comments