Skip to content

Commit

Permalink
7.1.0
Browse files Browse the repository at this point in the history
bug in qutest.py
  • Loading branch information
quantum-leaps committed Aug 23, 2022
1 parent 8fb01af commit e9c6f29
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
15 changes: 9 additions & 6 deletions qutest/qutest.py
Original file line number Diff line number Diff line change
Expand Up @@ -961,12 +961,15 @@ class QSpy:
_GRP_TE = 0xF5
_GRP_QF = 0xF6
_GRP_SC = 0xF7
_GRP_U0 = 0xF8
_GRP_U1 = 0xF9
_GRP_U2 = 0xFA
_GRP_U3 = 0xFB
_GRP_U4 = 0xFC
_GRP_UA = 0xFD
_GRP_SEM= 0xF8
_GRP_MTX= 0xF9
_GRP_U0 = 0xFA
_GRP_U1 = 0xFB
_GRP_U2 = 0xFC
_GRP_U3 = 0xFD
_GRP_U4 = 0xFE
_GRP_UA = 0xFF

_QS_USER = 100

# local filter groups...
Expand Down
2 changes: 1 addition & 1 deletion qutest/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="qutest",
version="7.1.0",
version="7.1.1",
author="Quantum Leaps",
author_email="[email protected]",
description="QUTest Python scripting support",
Expand Down
2 changes: 1 addition & 1 deletion qview/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name="qview",
version="7.1.0",
version="7.1.1",
author="Quantum Leaps",
author_email="[email protected]",
description="QView visualization and monitoring",
Expand Down

0 comments on commit e9c6f29

Please sign in to comment.