We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5357e2 commit 3946d39Copy full SHA for 3946d39
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, 3) # Version of this release
+version_info = (0, 1, 4) # Version of this release
35
version = "%s.%s.%s" % version_info
36
__version__ = version
37
0 commit comments