Skip to content

Commit

Permalink
Update setup_libxc.py
Browse files Browse the repository at this point in the history
  • Loading branch information
wxj6000 authored Mar 23, 2024
1 parent 573d6ea commit 303140d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/setup_libxc.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
DOWNLOAD_URL = None
CLASSIFIERS = None
PLATFORMS = None
VERSION = '0.3'
VERSION = '0.4'

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

0 comments on commit 303140d

Please sign in to comment.