Update version

This commit is contained in:
Wiktor Zykubek 2023-07-08 20:33:45 +02:00
parent 003233ba8d
commit 1b1a66dbd0
No known key found for this signature in database
GPG Key ID: 0DAA9DC01449FCA2

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "openfm-qt"
version = "0.1.0"
version = "0.1.1"
description = "Qt client for Polish internet radio Open FM."
authors = ["Wiktor Zykubek <wz-git@mailbox.org>"]
license = "ISC"
@ -19,5 +19,5 @@ openfm-qt = "openfm_qt.__main__:main"
script = "prebuild.py"
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core", "PySide6"]
build-backend = "poetry.core.masonry.api"