Skip to content

Commit 9dcc6f4

Browse files
author
semantic-release
committed
1.1.0
Automatically generated by python-semantic-release
1 parent 2cdbc83 commit 9dcc6f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "thermopro-ble"
3-
version = "1.0.0"
3+
version = "1.1.0"
44
description = "Thermopro BLE Sensors"
55
authors = ["J. Nick Koston <nick@koston.org>"]
66
license = "MIT"

src/thermopro_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .device import ThermoProDevice
1818
from .parser import ThermoProBluetoothDeviceData
1919

20-
__version__ = "1.0.0"
20+
__version__ = "1.1.0"
2121

2222
__all__ = [
2323
"ThermoProDevice",

0 commit comments

Comments
 (0)