Skip to content

Commit

Permalink
Merge pull request #12 from KumoLiu/releasing/1.3.1
Browse files Browse the repository at this point in the history
releasing 1.3.1
  • Loading branch information
wyli authored May 21, 2024
2 parents 9bdfa35 + e123807 commit f9c26eb
Show file tree
Hide file tree
Showing 8 changed files with 51 additions and 13 deletions.
4 changes: 4 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 23 additions & 2 deletions .gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "monai" %}
{% set version = "1.3.0" %}
{% set version = "1.3.1" %}

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

source:
url: https://github.com/Project-MONAI/MONAI/archive/refs/tags/{{ version }}.tar.gz
sha256: a13dd19a3ccfe82cea8c08ad45120f113296f64b44e43d27b5f4d25a1373922f
sha256: d91c191816522d1e7b62a8a47e84007300211b7f196597e3ff37fc80c0e59367

build:
noarch: python
Expand Down

0 comments on commit f9c26eb

Please sign in to comment.