From 2b50257384c6b13344925b12673ee82244d9c7aa Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 8 Mar 2024 14:31:15 +0000 Subject: [PATCH] Update version to 0.7.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 cf6a3c9..603b18c 100644 --- a/airthings_ble/__init__.py +++ b/airthings_ble/__init__.py @@ -4,6 +4,6 @@ from .parser import AirthingsBluetoothDeviceData, AirthingsDevice -__version__ = "v0.6.1" +__version__ = "0.7.0" __all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice"] diff --git a/pyproject.toml b/pyproject.toml index 5d66c5b..522e14a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airthings-ble" -version = "v0.6.1" +version = "0.7.0" description = "Manage Airthings BLE devices" authors = ["Vincent Giorgi", "Ståle Storø Hauknes"] license = "Apache Software License 2.0"