Skip to content

Commit

Permalink
Update version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 8, 2024
1 parent 6016688 commit 2b50257
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 @@ -4,6 +4,6 @@

from .parser import AirthingsBluetoothDeviceData, AirthingsDevice

__version__ = "v0.6.1"
__version__ = "0.7.0"

__all__ = ["AirthingsBluetoothDeviceData", "AirthingsDevice"]
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 = "v0.6.1"
version = "0.7.0"
description = "Manage Airthings BLE devices"
authors = ["Vincent Giorgi", "Ståle Storø Hauknes"]
license = "Apache Software License 2.0"
Expand Down

0 comments on commit 2b50257

Please sign in to comment.