From ab31fcc09f65b6bc806ba7eadb9c1abd9e6a95ad Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sun, 5 May 2024 18:32:21 +0000 Subject: [PATCH] Update version to 0.9.0 --- 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 f099ce9..76457d1 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.8.0" +__version__ = "0.9.0" __all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice", "AirthingsDeviceType"] diff --git a/pyproject.toml b/pyproject.toml index 2d30f66..90c1f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airthings-ble" -version = "0.8.0" +version = "0.9.0" description = "Manage Airthings BLE devices" authors = ["Vincent Giorgi", "Ståle Storø Hauknes"] license = "Apache Software License 2.0"