Skip to content

Commit 709d658

Browse files
committed
Bump version 3.0.1 → 4.0.0
1 parent f64f132 commit 709d658

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__ = "3.0.1"
3+
__version__ = "4.0.0"
44
from .client import Pynecil, discover
55
from .exceptions import CommunicationError, UpdateException
66
from .types import (

0 commit comments

Comments
 (0)