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.1"
version: "1.0.2"

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

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

build:
number: 0
Expand Down