diff --git a/pyproject.toml b/pyproject.toml index a5bb6c4..0c42e53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ profile = "black" [tool.poetry] name = "freakble" -version = "0.6.2a0" +version = "0.6.2" description = "A simple tool to send messages into FreakWAN over Bluetooth low energy." authors = ["Daniele Tricoli "] readme = "README.md" diff --git a/src/freakble/__init__.py b/src/freakble/__init__.py index 34a6a3d..afc246e 100644 --- a/src/freakble/__init__.py +++ b/src/freakble/__init__.py @@ -1,4 +1,4 @@ # Copyright © 2023 Daniele Tricoli # SPDX-License-Identifier: BSD-3-Clause -__version__ = "0.6.2a0" +__version__ = "0.6.2"