From 9717164a3139db8abb1b230b751f4b72fbe834f8 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 2 Jan 2025 01:19:24 +0000 Subject: [PATCH] Update version to 1.0.0b3 --- 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 ddd4305..f5ef916 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__ = "1.0.0b2" +__version__ = "1.0.0b3" __all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice", "AirthingsDeviceType"] diff --git a/pyproject.toml b/pyproject.toml index 8a41487..8512f57 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airthings-ble" -version = "1.0.0b2" +version = "1.0.0b3" description = "Manage Airthings BLE devices" authors = ["Vincent Giorgi", "Ståle Storø Hauknes"] readme = "README.md"