Skip to content

Commit

Permalink
Merge pull request #9 from MatthewSZhang/main
Browse files Browse the repository at this point in the history
Release 0.2.4
  • Loading branch information
MatthewSZhang authored Sep 13, 2024
2 parents dfa5e76 + b9c6745 commit bd9e147
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,16 +1,16 @@
{% set name = "fastcan" %}
{% set version = "0.2.3" %}
{% set version = "0.2.4" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/fastcan-{{ version }}.tar.gz
sha256: cea048f9b21a3aa1cdff3cab62438243c6d2a1610c98cf51eb10c795da732e19
sha256: d3c36b86ce79b739e0e58c582a8cab2ce63187d72b0c1a5aacfa5c72671575a3

build:
number: 1
number: 0
skip: true # [py<39]
skip: true # [python_impl == "pypy"]

Expand Down

0 comments on commit bd9e147

Please sign in to comment.