Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed Jul 23, 2022
1 parent 09996dc commit 2ad031e
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
@@ -1,3 +1,7 @@
# Changelog

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

## v0.1.0 (2022-07-23)
### Feature
* First publish ([#2](https://github.com/Bluetooth-Devices/moat-ble/issues/2)) ([`09996dc`](https://github.com/Bluetooth-Devices/moat-ble/commit/09996dc76f383e7df169b1e2fc8dcace04d83b8e))
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 = "moat-ble"
version = "0.0.1"
version = "0.1.0"
description = "Manager Moat BLE Devices"
authors = ["J. Nick Koston <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/moat_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

from .parser import MoatBluetoothDeviceData

__version__ = "0.0.1"
__version__ = "0.1.0"

__all__ = [
"MoatBluetoothDeviceData",
Expand Down

0 comments on commit 2ad031e

Please sign in to comment.