Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
conda: fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens committed Jun 6, 2018
1 parent dda74dd commit 1daee96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: newfocus8742
version: {{ environ.get("GIT_DESCRIBE_TAG", "") }}
version: {{ environ.get("GIT_DESCRIBE_TAG", "")[1:] }}

source:
git_url: ..
Expand Down

0 comments on commit 1daee96

Please sign in to comment.