Skip to content

Commit 0f1a66c

Browse files
committed
Preparing for release.
1 parent c943dfb commit 0f1a66c

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,3 +386,7 @@
386386
- Feature: Adding cyclic permutation (thanks to @Bchass) [PR-390](https://github.com/vprusso/toqito/pull/390)
387387

388388
- Feature: Adding support for density matrix and vector input for state distinguishability and exclusion [PR-462](https://github.com/vprusso/toqito/pull/462)
389+
390+
## 1.0.8
391+
392+
- Patch for 1.0.7 as prior version was not including new files.

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
author = "Contributors to Toqito"
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = "1.0.7"
25+
release = "1.0.8"
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.poetry]
33
name = "toqito"
4-
version = "1.0.7"
4+
version = "1.0.8"
55
description = "Python tools for the study of quantum information."
66
authors = [
77
"Toqito Contributors <https://github.com/vprusso/toqito/graphs/contributors>"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
setuptools.setup(
2222
name="toqito",
23-
version="1.0.7",
23+
version="1.0.8",
2424
author="Vincent Russo",
2525
author_email="vincentrusso1@gmail.com",
2626
description="Python toolkit for quantum information theory",

0 commit comments

Comments
 (0)