Skip to content

Commit

Permalink
Merge pull request #21 from kbarkhqs/main
Browse files Browse the repository at this point in the history
Increased qoqo version from 0.2.6 to 0.3.0
  • Loading branch information
nfwvogt authored May 11, 2021
2 parents b7e185d + 197bcc3 commit 1913e11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qoqo/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
# the License.
"""qoqo version information"""

__version__ = 'v0.2.6'
__version__ = 'v0.3.0'
2 changes: 1 addition & 1 deletion tests/examples/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from pathlib import Path


def test_intro_to_qoqo():
def test_intro_to_qoqo() -> None:
"""Test cheated basis rotation measurement input using the init function"""
path = os.path.dirname(Path(os.path.abspath(__file__)).parents[1])
with open(os.path.join(path, 'examples/Intro_to_qoqo.ipynb'), 'r') as file:
Expand Down

0 comments on commit 1913e11

Please sign in to comment.