From 35a63f54a117375b9765ee9a6a1ed5ae232dd197 Mon Sep 17 00:00:00 2001 From: vrusso Date: Tue, 6 Feb 2024 14:07:48 -0500 Subject: [PATCH] Updating from 1.0.5 to 1.0.7 (Skipping 1.0.6). --- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 9384d60d3..c99d32f7b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 9220f91ff..d095f381c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 " diff --git a/setup.py b/setup.py index 5484dfdec..e66127fff 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ setuptools.setup( name="toqito", - version="1.0.5", + version="1.0.7", author="Vincent Russo", author_email="vincentrusso1@gmail.com", description="Python toolkit for quantum information theory",