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
2023-12-12 19:20:19 +00:00
committed by ci_update_bot
parent 186c42d667
commit 98a46a85b2
2 changed files with 13 additions and 1 deletions

View File

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