diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 75157c4..caed13a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "lume-model" %} -{% set version = "1.4.6" %} +{% set version = "1.5.0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://github.com/slaclab/{{ name }}/archive/v{{ version }}.tar.gz - sha256: 3bd7ea70f967597912e6a784437a0292ce026dc98faf5ac1883cfcb64a227be6 + sha256: 62f63926cf4b5e8bca4cc7cc8edc6c4b80ac78d1593042b33fa1bbe47e558b35 build: noarch: python @@ -30,7 +30,7 @@ test: requires: - pytest commands: - - python -m pytest --pyargs lume_model + - python -m pytest --pyargs tests about: home: https://github.com/slaclab/lume-model