1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-03-10 02:37:59 +01:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-04-19 08:17:58 +00:00
committed by ci_update_bot
parent a156803389
commit 2e349bd705
2 changed files with 8 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
# pylint: disable= missing-module-docstring
from setuptools import find_packages, setup
__version__ = "0.46.4"
__version__ = "0.46.5"
# Default to PyQt6 if no other Qt binding is installed
QT_DEPENDENCY = "PyQt6>=6.0"