Skip to content

Commit

Permalink
Updating from 1.0.5 to 1.0.7 (Skipping 1.0.6).
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Feb 6, 2024
1 parent d2f3854 commit 35a63f5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
author = "Contributors to Toqito"

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


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

[tool.poetry]
name = "toqito"
version = "1.0.5"
version = "1.0.7"
description = "Python tools for the study of quantum information."
authors = [
"Toqito Contributors <https://github.com/vprusso/toqito/graphs/contributors>"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

0 comments on commit 35a63f5

Please sign in to comment.