diff --git a/CHANGELOG.md b/CHANGELOG.md index 23af448..792a8af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.31.3 (2024-06-24) + +### Fix + +* Fix license classifier ([#86](https://github.com/Bluetooth-Devices/govee-ble/issues/86)) ([`88408cf`](https://github.com/Bluetooth-Devices/govee-ble/commit/88408cfe3c6d075718e0fdddbf7fed38c27e59f1)) + ## v0.31.2 (2024-04-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 6f44ae5..964a187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "govee-ble" -version = "0.31.2" +version = "0.31.3" description = "Manage Govee BLE devices" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/govee_ble/__init__.py b/src/govee_ble/__init__.py index 318c8bc..10c9d0e 100644 --- a/src/govee_ble/__init__.py +++ b/src/govee_ble/__init__.py @@ -19,7 +19,7 @@ from .parser import GoveeBluetoothDeviceData -__version__ = "0.31.2" +__version__ = "0.31.3" __all__ = [ "GoveeBluetoothDeviceData",