Skip to content

Commit

Permalink
[cmake] Use PROJECT_VERSION in conda/meta.yaml.in file
Browse files Browse the repository at this point in the history
  • Loading branch information
Wentzell committed Sep 3, 2024
1 parent 7f4cb05 commit f11a376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/conda/meta.yaml.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "3.3.0" %}
{% set version = "@PROJECT_VERSION@" %}

package:
name: triqs_dft_tools
Expand Down

0 comments on commit f11a376

Please sign in to comment.