Skip to content

Commit 2e7b812

Browse files
author
semantic-release
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 03d3aaa commit 2e7b812

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
[project]
22
name = "govee-ble"
3-
version = "0.45.0"
3+
version = "1.0.0"
44
license = "Apache-2.0"
55
description = "Manage Govee BLE devices"
66
authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }]

src/govee_ble/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
from .parser import GoveeBluetoothDeviceData, SensorType, get_model_info, ModelInfo
2727

28-
__version__ = "0.45.0"
28+
__version__ = "1.0.0"
2929

3030
__all__ = [
3131
"GoveeBluetoothDeviceData",

0 commit comments

Comments
 (0)