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