Skip to content

Commit

Permalink
Merge pull request #16 from keller00/v4.0.0
Browse files Browse the repository at this point in the history
V4.0.0
  • Loading branch information
keller00 authored Sep 7, 2024
2 parents 624fbf6 + d698f22 commit d9ae730
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "atpublic" %}
{% set version = "3.1.2" %}
{% set version = "4.0" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 88ff77dde0ecd921bb7a31f914faaf8b10fec0478bf4a8998f3be9c5ca1b47da
sha256: 0f40433219e124edf115c6c363808ca6f0e1cfa7d160d86b2fb94793086d1294


build:
Expand All @@ -18,10 +18,10 @@ build:
requirements:
host:
- pip
- python >=3.6
- python >=3.8
- pdm-backend
run:
- python >=3.6
- python >=3.8

test:
imports:
Expand Down

0 comments on commit d9ae730

Please sign in to comment.