Skip to content

Commit 09d6450

Browse files
committed
Wrappers obsolete, thanks to qt.conf alongside the executables.
1 parent 2b7d972 commit 09d6450

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

PyQt5/__init__.py

Lines changed: 1 addition & 1 deletion
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, 5) # Version of this release
34+
version_info = (0, 1, 6) # Version of this release
3535
version = "%s.%s.%s" % version_info
3636
__version__ = version
3737

PyQt5/qmlscene_wrapper.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

PyQt5/qmlviewer_wrapper.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)