diff --git a/setup.py b/setup.py index d40f395..7a27f55 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ long_description = fh.read() setup(name='PyQtExtendedScene', - version='1.0.11', + version='1.0.12', description='Extended scene library', long_description=long_description, long_description_content_type="text/markdown", @@ -14,7 +14,7 @@ license='MIT', packages=['PyQtExtendedScene'], install_requires=[ - 'PyQt5>=5.8.2, <=5.14.0', + 'PyQt5>=5.8.2, <=5.15.0', ], classifiers=[ "Programming Language :: Python :: 3",