diff --git a/CHANGELOG.md b/CHANGELOG.md index a689023..598c372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # CHANGELOG +## v0.21.4 (2025-02-04) + +### Bug Fixes + +- Pypi upload ([#202](https://github.com/Bluetooth-Devices/bluetooth-adapters/pull/202), + [`5b90015`](https://github.com/Bluetooth-Devices/bluetooth-adapters/commit/5b9001596e08f91401695a089573d9147603a8e0)) + + ## v0.21.3 (2025-02-04) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index ea4e58d..b91d0ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "bluetooth-adapters" -version = "0.21.3" +version = "0.21.4" license = "Apache-2.0" description = "Tools to enumerate and find Bluetooth Adapters" authors = [{ name = "J. Nick Koston", email = "nick@koston.org" }] diff --git a/src/bluetooth_adapters/__init__.py b/src/bluetooth_adapters/__init__.py index 2bc1674..2365e65 100644 --- a/src/bluetooth_adapters/__init__.py +++ b/src/bluetooth_adapters/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.21.3" +__version__ = "0.21.4" from platform import system