Skip to content

Commit e2e4c42

Browse files
committed
Version bump
1 parent e7c1d1a commit e2e4c42

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Qt.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
import shutil
4444
import importlib
4545

46-
__version__ = "1.1.0.b1"
46+
__version__ = "1.1.0.b2"
4747

4848
# Enable support for `from Qt import *`
4949
__all__ = []
@@ -1237,10 +1237,7 @@ def _install():
12371237
setattr(our_submodule, member, their_member)
12381238

12391239
# Backwards compatibility
1240-
try:
1241-
Qt.QtCompat.load_ui = Qt.QtCompat.loadUi
1242-
except AttributeError:
1243-
pass
1240+
Qt.QtCompat.load_ui = Qt.QtCompat.loadUi
12441241

12451242

12461243
_install()

0 commit comments

Comments
 (0)