diff --git a/CHANGELOG.md b/CHANGELOG.md index dce7a37..52bed01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## 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)) diff --git a/pyproject.toml b/pyproject.toml index edca84c..8d4603a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT" diff --git a/src/mopeka_iot_ble/__init__.py b/src/mopeka_iot_ble/__init__.py index 1ae2bf2..dbb84e8 100644 --- a/src/mopeka_iot_ble/__init__.py +++ b/src/mopeka_iot_ble/__init__.py @@ -23,7 +23,7 @@ from .parser import MopekaIOTBluetoothDeviceData -__version__ = "0.1.0" +__version__ = "0.2.0" __all__ = [ "MopekaIOTBluetoothDeviceData",