From 79540a09538f144f87e81e9db70cb2d36d8d3e7a Mon Sep 17 00:00:00 2001 From: Oliver Backhouse Date: Thu, 16 Apr 2026 18:33:32 +0100 Subject: [PATCH 1/2] Bump version to 1.6.2 --- ebcc/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ebcc/__init__.py b/ebcc/__init__.py index 06d91024..3ded4f9c 100644 --- a/ebcc/__init__.py +++ b/ebcc/__init__.py @@ -37,7 +37,7 @@ from __future__ import annotations """Version of the package.""" -__version__ = "1.6.1" +__version__ = "1.6.2" """List of supported ansatz types.""" METHOD_TYPES = ["MP", "CC", "LCC", "QCI", "QCC", "DC"] diff --git a/pyproject.toml b/pyproject.toml index b32f00a6..79907299 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ebcc" -version = "1.6.1" +version = "1.6.2" description = "Coupled cluster calculations on electron-boson systems" keywords = [ "quantum", "chemistry", From d859e6dc1b6151ac4331d61df2ae49dfabd819ce Mon Sep 17 00:00:00 2001 From: Oliver Backhouse Date: Thu, 16 Apr 2026 18:34:21 +0100 Subject: [PATCH 2/2] Bump another version to 1.6.2 --- CITATION.cff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CITATION.cff b/CITATION.cff index 258981bc..7b5e4f5f 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,6 +8,6 @@ authors: - family-names: Booth given-names: George H. title: "ebcc: Coupled cluster calculations on electron-boson systems" -version: 1.6.1 +version: 1.6.2 date-released: 2024-12-03 url: "https://github.com/BoothGroup/ebcc"