From 8829e58b794103c9bdfec756432476b0f29fd8e5 Mon Sep 17 00:00:00 2001 From: Oliver Backhouse Date: Tue, 17 Dec 2024 17:07:26 +0000 Subject: [PATCH] Bump version to 1.6.1 --- CITATION.cff | 2 +- ebcc/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 64bbe8c5..258981bc 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.0 +version: 1.6.1 date-released: 2024-12-03 url: "https://github.com/BoothGroup/ebcc" diff --git a/ebcc/__init__.py b/ebcc/__init__.py index 8e534b0a..06d91024 100644 --- a/ebcc/__init__.py +++ b/ebcc/__init__.py @@ -37,7 +37,7 @@ from __future__ import annotations """Version of the package.""" -__version__ = "1.6.0" +__version__ = "1.6.1" """List of supported ansatz types.""" METHOD_TYPES = ["MP", "CC", "LCC", "QCI", "QCC", "DC"] diff --git a/pyproject.toml b/pyproject.toml index e3caeee9..b32f00a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ebcc" -version = "1.6.0" +version = "1.6.1" description = "Coupled cluster calculations on electron-boson systems" keywords = [ "quantum", "chemistry",