From 74681ec9552c594f22eb83d0361cc860ca481de8 Mon Sep 17 00:00:00 2001 From: vprusso Date: Mon, 13 Mar 2023 21:19:17 -0400 Subject: [PATCH] Updating version to 1.0.5 --- CHANGELOG.md | 4 +++- docs/conf.py | 2 +- pyproject.toml | 2 +- setup.py | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 096669c77..f27088eee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -295,4 +295,6 @@ definition to a `NonlocalGame` object (thanks to @juliusw352) - Adding `nonsignaling` function in `XORGame` that calculates the nonsignaling - value of an `XORGame` object (thanks to @juliusw352) \ No newline at end of file + value of an `XORGame` object (thanks to @juliusw352) + +## 1.0.5 \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 4799c30ad..dde9f74fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -21,7 +21,7 @@ author = "Vincent Russo" # The full version, including alpha/beta/rc tags -release = "1.0.4" +release = "1.0.5" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index b60d489d6..31ce5dc01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ exclude = ''' [tool.poetry] name = "toqito" -version = "1.0.4" +version = "1.0.5" description = "Python tools for the study of quantum information." authors = [ "Vincent Russo " diff --git a/setup.py b/setup.py index 9529865c1..ea090e337 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setuptools.setup( name="toqito", - version="1.0.4", + version="1.0.5", author="Vincent Russo", author_email="vincentrusso1@gmail.com", description="Python toolkit for quantum information theory",