diff --git a/CHANGELOG.md b/CHANGELOG.md index dd68d2df4..fd034f4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index a9ff81768..176310e79 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 0475381dd..429f340b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 " diff --git a/setup.py b/setup.py index b1b1e4216..5a060ded4 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setuptools.setup( name="toqito", - version="1.0.7", + version="1.0.8", author="Vincent Russo", author_email="vincentrusso1@gmail.com", description="Python toolkit for quantum information theory",