Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
Goncharovush committed Aug 17, 2020
1 parent 3d1e15f commit 2362b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 2362b38

Please sign in to comment.