From eba0c2b56341eb62fcfdf92c578ba66581fe931b Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 1 Feb 2024 11:04:48 +0000 Subject: [PATCH] Update version to v0.6.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 7b05733..e42ae87 100644 --- a/airthings_ble/__init__.py +++ b/airthings_ble/__init__.py @@ -3,6 +3,6 @@ from .parser import AirthingsBluetoothDeviceData, AirthingsDevice -__version__ = "v0.6.0" +__version__ = "v0.6.1" __all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice"] diff --git a/pyproject.toml b/pyproject.toml index e6ce1c1..f6f3f25 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "airthings-ble" -version = "v0.6.0" +version = "v0.6.1" description = "Manage Airthings BLE devices" authors = ["Vincent Giorgi", "Ståle Storø Hauknes"] license = "Apache Software License 2.0"