Skip to content

Commit 9f3b7ab

Browse files
committed
fix: update tag in meta.yml
1 parent df89aad commit 9f3b7ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conda/meta.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{% set name = "loopprojectfile" %}
2+
{% set version = "0.2.1" %}
23

34
package:
4-
name: "{{ name|lower }}"
5-
version: "{{ environ.get('GIT_DESCRIBE_TAG', '') }}"
5+
name: {{ name|lower }}
6+
version: {{ version }}
67

78
source:
89
git_url: https://github.com/Loop3D/LoopProjectFile.git

0 commit comments

Comments
 (0)