0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00
Automatically generated by python-semantic-release
This commit is contained in:
semantic-release
2024-02-28 06:09:16 +00:00
committed by ci_update_bot
parent bb1f066c3c
commit 5de2dfefcb
2 changed files with 7 additions and 1 deletions

View File

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