1
0
Fork 0

Bump version to 0.6.0

This commit is contained in:
Daniele Tricoli 2023-02-28 16:51:14 +01:00
parent 1b1ca71b4e
commit 55f73431e4
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ profile = "black"
[tool.poetry]
name = "freakble"
version = "0.6.0a0"
version = "0.6.0"
description = "A simple tool to send messages into FreakWAN over Bluetooth low energy."
authors = ["Daniele Tricoli <eriol@mornie.org>"]
readme = "README.md"

View file

@ -1,4 +1,4 @@
# Copyright © 2023 Daniele Tricoli <eriol@mornie.org>
# SPDX-License-Identifier: BSD-3-Clause
__version__ = "0.6.0a0"
__version__ = "0.6.0"