3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 11:13:46 +01:00

[cmake] Use PROJECT_VERSION in conda/meta.yaml.in file

This commit is contained in:
Nils Wentzell 2024-09-03 13:55:16 -04:00
parent eb9ef76f48
commit 9162020617

View File

@ -1,4 +1,4 @@
{% set version = "3.3.0" %}
{% set version = "@PROJECT_VERSION@" %}
package:
name: triqs_dft_tools