Skip to content

Commit

Permalink
Preparing for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
vprusso committed Feb 17, 2024
1 parent c943dfb commit 0f1a66c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,3 +386,7 @@
- Feature: Adding cyclic permutation (thanks to @Bchass) [PR-390](https://github.com/vprusso/toqito/pull/390)

- Feature: Adding support for density matrix and vector input for state distinguishability and exclusion [PR-462](https://github.com/vprusso/toqito/pull/462)

## 1.0.8

- Patch for 1.0.7 as prior version was not including new files.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = "Contributors to Toqito"

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


# -- 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.7"
version = "1.0.8"
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.7",
version="1.0.8",
author="Vincent Russo",
author_email="[email protected]",
description="Python toolkit for quantum information theory",
Expand Down

0 comments on commit 0f1a66c

Please sign in to comment.