We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cf30a commit cd9ff6eCopy full SHA for cd9ff6e
PyQt5/__init__.py
@@ -31,7 +31,7 @@
31
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
32
33
# Expose versions
34
-version_info = (0, 1, 1) # Version of this release
+version_info = (0, 1, 2) # Version of this release
35
version = "%s.%s.%s" % version_info
36
__version__ = version
37
setup.py
@@ -53,7 +53,7 @@ def get_readme():
53
long_description=get_readme(),
54
author='Marcus Ottosson',
55
author_email='marcus@abstractfactory.com',
56
- url='https://github.com/pyqt/pyqt5',
+ url='https://github.com/pyqt/python-qt5',
57
license='GPLv3',
58
packages=find_packages(),
59
zip_safe=False,
0 commit comments