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