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