From 210bc11f5551fab11d2c03cfb07eb5f2124c19c0 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 24 Jun 2024 15:09:08 +0000 Subject: [PATCH] 1.0.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 6 ++++++ pyproject.toml | 2 +- src/led_ble/__init__.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b10a5c..a40952a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v1.0.2 (2024-06-24) + +### Fix + +* Fix license classifier ([#41](https://github.com/Bluetooth-Devices/led-ble/issues/41)) ([`b331b97`](https://github.com/Bluetooth-Devices/led-ble/commit/b331b9744caeb5fded22d8435bb8c5db7be8a362)) + ## v1.0.1 (2023-09-25) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 0eb03d6..51a1e8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "led-ble" -version = "1.0.1" +version = "1.0.2" description = "Control a wide range of LED BLE devices" authors = ["J. Nick Koston "] readme = "README.md" diff --git a/src/led_ble/__init__.py b/src/led_ble/__init__.py index 828d41f..85592ad 100644 --- a/src/led_ble/__init__.py +++ b/src/led_ble/__init__.py @@ -1,6 +1,6 @@ from __future__ import annotations -__version__ = "1.0.1" +__version__ = "1.0.2" from bleak_retry_connector import get_device