Skip to content

Commit

Permalink
Update cooltools to 0.7.1 (#48864)
Browse files Browse the repository at this point in the history
Co-authored-by: Nezar Abdennur <[email protected]>
Co-authored-by: Joshua Zhuang <[email protected]>
  • Loading branch information
3 people authored Nov 11, 2024
1 parent 8ded147 commit c72c575
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipes/cooltools/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "cooltools" %}
{% set version = "0.7.0" %}
{% set version = "0.7.1" %}

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

source:
url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
sha256: 8b26d4857cc76b2dd3d1097b85f828cf6d5f1cf85b0cfd4b67a310e33e7ece1c
sha256: 1f12494add7b1271b71e418d10d060e1dac906a021fc2bd691e91f5599010051

build:
number: 2
number: 0
entry_points:
- cooltools = cooltools.cli:cli
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
Expand Down

0 comments on commit c72c575

Please sign in to comment.