Skip to content

Commit

Permalink
Merge pull request #289 from beckermr/3.36.0
Browse files Browse the repository at this point in the history
conda-smithy 3.36.0
  • Loading branch information
isuruf authored May 18, 2024
2 parents 60dd968 + 1d1fa77 commit 53f0075
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "3.35.1" %}
{% set version = "3.36.0" %}

package:
name: conda-smithy
version: {{ version }}

source:
url: https://github.com/conda-forge/conda-smithy/releases/download/v{{ version }}/conda_smithy-{{ version }}.tar.gz
sha256: 212ac917f24cb1c16cc46d52d7090bd992e90d44c8a71b48761ccd184804aa9c
sha256: d6240b78efdb786212dda051d782a139911b2484b7a183378ce151822c073cb9

build:
number: 0
Expand All @@ -24,7 +24,7 @@ requirements:
- python >=3.6
- pip
- setuptools >=45
- setuptools-scm >=7
- setuptools-scm >=8.1
- tomli >=1.0.0
run:
- python >=3.6
Expand Down

0 comments on commit 53f0075

Please sign in to comment.