We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43617d commit 19e40a0Copy full SHA for 19e40a0
conda.recipe/meta.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: pandas
3
- version: {{ GIT_DESCRIBE_TAG }}
+ version: {{ GIT_DESCRIBE_TAG|replace("v","") }}
4
5
build:
6
number: {{ GIT_DESCRIBE_NUMBER|int }}
0 commit comments