Skip to content

Commit 8a99e6c

Browse files
actions-usergithub-actions
authored and
github-actions
committed
0.2.0
Automatically generated by python-semantic-release
1 parent 9d25f2a commit 8a99e6c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

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

5+
## v0.2.0 (2022-08-29)
6+
### Feature
7+
* Add example ([#4](https://github.com/Bluetooth-Devices/led-ble/issues/4)) ([`9d25f2a`](https://github.com/Bluetooth-Devices/led-ble/commit/9d25f2a2fd1043cf4679215ce16c0888f9ed6fa8))
8+
59
## v0.1.0 (2022-08-29)
610
### Feature
711
* First release ([#3](https://github.com/Bluetooth-Devices/led-ble/issues/3)) ([`0875dc4`](https://github.com/Bluetooth-Devices/led-ble/commit/0875dc4ca17960cb634b66c3a3c61f9ff2c5f490))

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 = "0.1.0"
3+
version = "0.2.0"
44
description = "Control a wide range of LED BLE devices"
55
authors = ["J. Nick Koston <[email protected]>"]
66
license = "Apache Software License 2.0"

src/led_ble/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from .exceptions import CharacteristicMissingError
3030
from .models import LEDBLEState
3131

32-
__version__ = "0.1.0"
32+
__version__ = "0.2.0"
3333

3434

3535
WrapFuncType = TypeVar("WrapFuncType", bound=Callable[..., Any])

0 commit comments

Comments
 (0)