Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Jan 24, 2023
1 parent fe006f9 commit daccca7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.2.0 (2023-01-24)
### Feature
* Add more exports ([#1](https://github.com/Bluetooth-Devices/mopeka-iot-ble/issues/1)) ([`fe006f9`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/fe006f910ffe366c3f04cad09b83525d0c6399e4))

## v0.1.0 (2023-01-24)
### Feature
* Add cover ([`2032ee0`](https://github.com/Bluetooth-Devices/mopeka-iot-ble/commit/2032ee0993990d789b7efb831592b6c3b9ad8fc3))
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "mopeka-iot-ble"
version = "0.1.0"
version = "0.2.0"
description = "Mopeka IOT BLE Parser"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/mopeka_iot_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

from .parser import MopekaIOTBluetoothDeviceData

__version__ = "0.1.0"
__version__ = "0.2.0"

__all__ = [
"MopekaIOTBluetoothDeviceData",
Expand Down

0 comments on commit daccca7

Please sign in to comment.