Skip to content

Commit c716d7a

Browse files
authored
Bump version
1 parent b5050f9 commit c716d7a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

builder/setup_libxc.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
from distutils.util import get_platform
2828

2929
NAME = 'gpu4pyscf-libxc'
30-
AUTHOR = 'Qiming Sun'
31-
AUTHOR_EMAIL = '[email protected]'
32-
DESCRIPTION = 'GPU extensions for PySCF'
33-
LICENSE = 'GPLv3'
30+
AUTHOR = 'PySCF developers'
31+
AUTHOR_EMAIL = None
32+
DESCRIPTION = 'Customized LibXC for GPU4PySCF'
33+
LICENSE = 'Apache-2.0'
3434
URL = None
3535
DOWNLOAD_URL = None
3636
CLASSIFIERS = None
3737
PLATFORMS = None
38-
VERSION = '0.5'
38+
VERSION = '0.6'
3939

4040
def get_cuda_version():
4141
nvcc_out = subprocess.check_output(["nvcc", "--version"]).decode('utf-8')

0 commit comments

Comments
 (0)