From 42521c65418ae7243c0429ceee7dc254f265ae1d Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 26 Aug 2024 20:14:57 +0000 Subject: [PATCH] Update version to 0.9.1 --- airthings_ble/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airthings_ble/__init__.py b/airthings_ble/__init__.py index 76457d1..48ad0a4 100644 --- a/airthings_ble/__init__.py +++ b/airthings_ble/__init__.py @@ -5,6 +5,6 @@ from .device_type import AirthingsDeviceType from .parser import AirthingsBluetoothDeviceData, AirthingsDevice -__version__ = "0.9.0" +__version__ = "0.9.1" __all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice", "AirthingsDeviceType"] diff --git a/pyproject.toml b/pyproject.toml index 4a39a8d..5ba8e1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airthings-ble" -version = "0.9.0" +version = "0.9.1" description = "Manage Airthings BLE devices" authors = ["Vincent Giorgi", "Ståle Storø Hauknes"] readme = "README.md"