Skip to content

Commit 97285d4

Browse files
committed
Bump version 1.0.1 → 2.0.0
1 parent 0faa5cc commit 97285d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pynecil/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""Pynecil - Python library to communicate with Pinecil V2 soldering irons via Bluetooth."""
22

3-
__version__ = "1.0.1"
3+
__version__ = "2.0.0"
44

55
from .client import Pynecil, discover
66
from .exceptions import CommunicationError

0 commit comments

Comments
 (0)