We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64f132 commit 709d658Copy full SHA for 709d658
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.1"
+__version__ = "4.0.0"
4
from .client import Pynecil, discover
5
from .exceptions import CommunicationError, UpdateException
6
from .types import (
0 commit comments