Skip to content

Commit

Permalink
[SDS-NNN] Pre-release changes for release 1.5.0 (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer authored Jul 13, 2021
1 parent 1f987f4 commit 88ad921
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ script:
- echo "running examples"
- python ./docs/examples/example_projectq_entangle.py
- python ./docs/examples/example_projectq_grover.py
- python ./docs/examples/example_qiskit_conditional.py
- python ./docs/examples/example_qiskit_entangle.py
- echo "running notebooks"
- jupyter nbconvert --to notebook --execute --ExecutePreprocessor.timeout=300 docs/examples/example_projectq.ipynb
Expand Down
2 changes: 1 addition & 1 deletion src/quantuminspire/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.4.1'
__version__ = '1.5.0'

0 comments on commit 88ad921

Please sign in to comment.