Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
Support for Rez's version resolution algorithm, which puts pre-releases ahead of stable releases.
See AcademySoftwareFoundation/rez#653
  • Loading branch information
mottosso committed Jun 24, 2019
1 parent b322b1e commit 5b3b7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Qt.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
import importlib


__version__ = "1.2.0"
__version__ = "1.2.1"

# Enable support for `from Qt import *`
__all__ = []
Expand Down

0 comments on commit 5b3b7e5

Please sign in to comment.