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"