From e07f0943ead8e2d8a391bda40fc3e875a472fa6f Mon Sep 17 00:00:00 2001 From: Xiaojie Wu Date: Tue, 3 Sep 2024 13:40:21 -0700 Subject: [PATCH] release v1.0.2 (#206) --- gpu4pyscf/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpu4pyscf/__init__.py b/gpu4pyscf/__init__.py index 3c631ffc..598bf32a 100644 --- a/gpu4pyscf/__init__.py +++ b/gpu4pyscf/__init__.py @@ -1,6 +1,6 @@ from . import lib, grad, hessian, solvent, scf, dft -__version__ = '1.0.1' +__version__ = '1.0.2' # monkey patch libxc reference due to a bug in nvcc from pyscf.dft import libxc