Skip to content

Commit 9195a72

Browse files
authored
Bump version 0.2.1 → 0.3.0 (#6)
1 parent 274bc75 commit 9195a72

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__ = "0.2.1"
3+
__version__ = "0.3.0"
44

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

0 commit comments

Comments
 (0)