We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d11df commit 980a53dCopy full SHA for 980a53d
pytestqt/__init__.py
@@ -27,6 +27,6 @@ def test_hello(qtbot):
27
'''
28
29
# The short X.Y version.
30
-version = '1.1'
+version = '1.1.1'
31
# The full version, including alpha/beta/rc tags.
32
-release = '1.1'
+release = '1.1.1'
0 commit comments