add ascent 0.7.1 release (#23823)

This commit is contained in:
Cyrus Harrison 2021-05-20 14:15:10 -07:00 committed by GitHub
parent b27ccd524e
commit 30991cd9cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,11 +43,15 @@ class Ascent(Package, CudaPackage):
branch='develop',
submodules=True)
version('0.7.0',
tag='v0.7.0',
version('0.7.1',
tag='v0.7.1',
submodules=True,
preferred=True)
version('0.7.0',
tag='v0.7.0',
submodules=True)
version('0.6.0',
tag='v0.6.0',
submodules=True)