Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
aradfarahani authored Mar 1, 2025
1 parent 93c4888 commit cd2b988
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{% set version = environ.get('FEZRS_VERSION') %}
{% set version = environ.get('FEZRS_VERSION', '0.1.0') %} # Default version as fallback

package:
name: fezrs
version: {{ version }}


source:
# If you're fetching from PyPI, you can still use the tarball URL.
# Alternatively, you can point to a GitHub release or a local source
Expand Down

0 comments on commit cd2b988

Please sign in to comment.