Skip to content

Commit

Permalink
conda fix (#204)
Browse files Browse the repository at this point in the history
Update conda recipe
julesghub authored Jun 13, 2024
1 parent 8ef637e commit 5125019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% set name = "underworld3" %}
{% set version = "0.9b" %}
{% set version = "0.97b" %}

package:
name: "{{ name|lower }}"
version: "{{ version }}"

source:
git_url: https://github.com/underworldcode/underworld3
git_tag: development
git_depth: 1
# git_tag: development
# git_rev: 9e864dba48119c985cdaaec137945386b15505f9
# path: ..

0 comments on commit 5125019

Please sign in to comment.