Skip to content

Commit

Permalink
bump 5.2.0 (#22)
Browse files Browse the repository at this point in the history
* bump 5.2.0

* MNT: Re-rendered with conda-build 24.7.1, conda-smithy 3.37.2, and conda-forge-pinning 2024.08.01.13.14.00

---------

Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
s22chan and conda-forge-webservices[bot] authored Aug 1, 2024
1 parent f9f2472 commit dc6f42d
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 20 deletions.
14 changes: 7 additions & 7 deletions .azure-pipelines/azure-pipelines-win.yml

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

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

13 changes: 7 additions & 6 deletions README.md

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

4 changes: 2 additions & 2 deletions build-locally.py

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

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{% set version = "5.1.1" %}
{% set version = "5.2.0" %}

package:
name: genomekit
version: {{ version }}

source:
url: https://github.com/deepgenomics/GenomeKit/archive/refs/tags/v{{ version }}.tar.gz
sha256: 4544c5e29df28ee24ac92779273c3c5c954618b44c7e747b259e967aaa6d8c64
sha256: 7e4bbfc5083aa1b44ee44f466e14fee8c6dabf8c8c26e34f434f875b716f2572

build:
number: 1
number: 0
script: {{ PYTHON }} -m pip install --no-deps --ignore-installed .
skip: true # [py>310 or py<38]

Expand Down

0 comments on commit dc6f42d

Please sign in to comment.