Skip to content

Commit 1912122

Browse files
committed
Bump version 4.0.0 → 4.0.1
1 parent 2a12332 commit 1912122

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

0 commit comments

Comments
 (0)