Skip to content

Commit

Permalink
litserve v0.2.1 (#9)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 26, 2024
2 parents 5358eb5 + aa4a9a5 commit 30e6f46
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md

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

3 changes: 3 additions & 0 deletions conda-forge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ github:
conda_build:
error_overlinking: true
conda_forge_output_validation: true
bot:
automerge: false
inspection: update-grayskull
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "litserve" %}
{% set version = "0.2.0" %}
{% set version = "0.2.1" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/litserve-{{ version }}.tar.gz
sha256: 1f7d3d417bcc8690909efb25755561ee7df9f24c6e9b54ab3c932f1041268fd1
sha256: 49b6828122ff5e252260410a9d22bc006079a6a88c7a8a04e2e6c641bb38fc73

build:
noarch: python
Expand All @@ -17,6 +17,7 @@ build:
requirements:
host:
- python >=3.8
- setuptools
- wheel
- pip
run:
Expand Down

0 comments on commit 30e6f46

Please sign in to comment.