Skip to content

Commit

Permalink
Update to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dstansby committed Nov 8, 2023
1 parent ab241f9 commit a6402f2
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,5 +1,5 @@
{% set name = "astropy-healpix" %}
{% set version = "0.7" %}
{% set version = "1.0.0" %}

package:
name: {{ name|lower }}
Expand All @@ -8,10 +8,10 @@ package:
source:
fn: {{ name }}-{{ version }}.tar.gz
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name.replace('-', '_') }}-{{ version }}.tar.gz
sha256: 88c384eb4322997a58de8938e91ac9ff90f6a2b6cb2ae23e2169c7405add3ad8
sha256: f482ef62a10e686303f38c66f08df17b9ddee5ad82219c23571ee80d76abeea3

build:
number: 2
number: 0
script: {{ PYTHON }} -m pip install . -vv --install-option="--offline" --install-option="--no-git"
skip: true # [py27]

Expand Down

0 comments on commit a6402f2

Please sign in to comment.