Skip to content

Commit

Permalink
Update version to 1.0.0b3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2025
1 parent 850e5d1 commit 9717164
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__ = "1.0.0b2"
__version__ = "1.0.0b3"

__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 = "1.0.0b2"
version = "1.0.0b3"
description = "Manage Airthings BLE devices"
authors = ["Vincent Giorgi", "Ståle Storø Hauknes"]
readme = "README.md"
Expand Down

0 comments on commit 9717164

Please sign in to comment.