Skip to content

Commit 3946d39

Browse files
committed
Version bump with qml wrappers
1 parent b5357e2 commit 3946d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyQt5/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
os.environ['QT_QPA_PLATFORM_PLUGIN_PATH'] = plugin_path
3232

3333
# Expose versions
34-
version_info = (0, 1, 3) # Version of this release
34+
version_info = (0, 1, 4) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

0 commit comments

Comments
 (0)