Skip to content

Commit

Permalink
Update version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 26, 2024
1 parent 3afa576 commit 42521c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airthings_ble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
from .device_type import AirthingsDeviceType
from .parser import AirthingsBluetoothDeviceData, AirthingsDevice

__version__ = "0.9.0"
__version__ = "0.9.1"

__all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice", "AirthingsDeviceType"]
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "airthings-ble"
version = "0.9.0"
version = "0.9.1"
description = "Manage Airthings BLE devices"
authors = ["Vincent Giorgi", "Ståle Storø Hauknes"]
readme = "README.md"
Expand Down

0 comments on commit 42521c6

Please sign in to comment.