Skip to content

Commit

Permalink
update version and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dakk committed Jul 10, 2024
1 parent 091f933 commit 2b0278f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions docs/source/example_big_circuit.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -35,7 +35,7 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 2,
"metadata": {},
"outputs": [
{
Expand Down
12 changes: 6 additions & 6 deletions docs/source/example_grover_sudoku.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion qlasskit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
# isort:skip_file

__version__ = "0.1.30"
__version__ = "0.1.31"

from .qcircuit import QCircuit, SupportedFrameworks, SupportedFramework # noqa: F401
from .qlassfun import QlassF, qlassf, qlassfa # noqa: F401
Expand Down

0 comments on commit 2b0278f

Please sign in to comment.