Skip to content

Commit

Permalink
Updating version to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Mar 14, 2023
1 parent ca368f2 commit 74681ec
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,4 +295,6 @@
definition to a `NonlocalGame` object (thanks to @juliusw352)

- Adding `nonsignaling` function in `XORGame` that calculates the nonsignaling
value of an `XORGame` object (thanks to @juliusw352)
value of an `XORGame` object (thanks to @juliusw352)

## 1.0.5
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
author = "Vincent Russo"

# The full version, including alpha/beta/rc tags
release = "1.0.4"
release = "1.0.5"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ exclude = '''

[tool.poetry]
name = "toqito"
version = "1.0.4"
version = "1.0.5"
description = "Python tools for the study of quantum information."
authors = [
"Vincent Russo <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="toqito",
version="1.0.4",
version="1.0.5",
author="Vincent Russo",
author_email="[email protected]",
description="Python toolkit for quantum information theory",
Expand Down

0 comments on commit 74681ec

Please sign in to comment.