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"