Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipe/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
context:
python_min: "3.10"
name: repo-review
version: "1.0.2"
version: "1.0.3"

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

source:
url: https://github.com/scientific-python/repo-review/archive/refs/tags/v${{ version }}.tar.gz
sha256: 42291afad2e8512fe0eda5439e10548730cb74bf6787442c7726fbd39e619e83
sha256: c917da95e1516f1fc0b0facdfc1f5b8bf71efa2495b0ff2b1bd0f754e6fc4ed0

build:
number: 0
Expand Down