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 c0767f6 commit 624b3c5Copy full SHA for 624b3c5
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, 2, 0) # Version of this release
+version_info = (0, 1, 1) # Version of this release
35
version = "%s.%s.%s" % version_info
36
__version__ = version
37
setup.py
@@ -28,7 +28,7 @@
28
29
setup(
30
name='pypiqt5', # To avoid name-clash with existing PyQt5
- version="0.1.0",
+ version="0.1.1",
description='PyQt5',
long_description="pypiqt5",
author='Marcus Ottosson',
0 commit comments