diff --git a/ebcc/__init__.py b/ebcc/__init__.py index 9e7bff34..08859970 100644 --- a/ebcc/__init__.py +++ b/ebcc/__init__.py @@ -34,7 +34,7 @@ >>> ccsd.kernel() """ -__version__ = "1.4.2" +__version__ = "1.4.3" import logging import os diff --git a/pyproject.toml b/pyproject.toml index 132e9423..b1b6a065 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ebcc" -version = "1.4.2" +version = "1.4.3" description = "Coupled cluster calculations on electron-boson systems" keywords = [ "quantum", "chemistry",