From 1d9603b962ae71208ef381ec5654c84562439d37 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Tue, 29 Nov 2022 15:20:27 -0500 Subject: [PATCH] rev version --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index a167bd3..34b6604 100644 --- a/poetry.lock +++ b/poetry.lock @@ -366,7 +366,7 @@ resolved_reference = "ef9c3a500f9b2aa954a7f5b228c81d5363630b0d" [[package]] name = "hopsflow" -version = "1.4.2" +version = "1.5.0" description = "Calculating open system bath energy changes with HOPS and analytically." category = "main" optional = false @@ -387,7 +387,7 @@ tqdm = "^4.62.3" type = "git" url = "https://github.com/vale981/hopsflow" reference = "main" -resolved_reference = "0d9aef9364bd37eb31ad59a609d6dc1d3801eb4b" +resolved_reference = "e2f1c760901494c2878d27bc27d524d126d8711e" [[package]] name = "humanfriendly" diff --git a/pyproject.toml b/pyproject.toml index 14fc39a..4b4b29f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hiro_models" -version = "1.2.3" +version = "1.3.0" description = "Operators for a general model of two interacting qubits coupled to two baths." authors = ["Valentin Boettcher "] license = "MIT"