Skip to content

Commit 210bc11

Browse files
author
github-actions
committed
1.0.2
Automatically generated by python-semantic-release
1 parent b331b97 commit 210bc11

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.0.2 (2024-06-24)
6+
7+
### Fix
8+
9+
* Fix license classifier ([#41](https://github.com/Bluetooth-Devices/led-ble/issues/41)) ([`b331b97`](https://github.com/Bluetooth-Devices/led-ble/commit/b331b9744caeb5fded22d8435bb8c5db7be8a362))
10+
511
## v1.0.1 (2023-09-25)
612

713
### Fix

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "led-ble"
3-
version = "1.0.1"
3+
version = "1.0.2"
44
description = "Control a wide range of LED BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
readme = "README.md"

src/led_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.0.2"
44

55

66
from bleak_retry_connector import get_device

0 commit comments

Comments
 (0)