diff --git a/CHANGELOG.md b/CHANGELOG.md index c93fdc1..fd179c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.19.1 (2024-06-24) + +### Fix + +* Fix license classifier ([#42](https://github.com/Bluetooth-Devices/bluetooth-data-tools/issues/42)) ([`71d54c3`](https://github.com/Bluetooth-Devices/bluetooth-data-tools/commit/71d54c39e62413194a1ba65d2fe397603788e042)) + ## v1.19.0 (2023-12-21) ### Feature diff --git a/pyproject.toml b/pyproject.toml index f5b2a1c..7a999d8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bluetooth-data-tools" -version = "1.19.0" +version = "1.19.1" description = "Tools for converting bluetooth data and packets" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/bluetooth_data_tools/__init__.py b/src/bluetooth_data_tools/__init__.py index c36e404..ee92824 100644 --- a/src/bluetooth_data_tools/__init__.py +++ b/src/bluetooth_data_tools/__init__.py @@ -20,7 +20,7 @@ short_address, ) -__version__ = "1.19.0" +__version__ = "1.19.1" __all__ = [