Skip to content

Commit

Permalink
Bump to 0.3.1 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: conda-forge-webservices[bot] <91080706+conda-forge-webservices[bot]@users.noreply.github.com>
  • Loading branch information
tomvothecoder and conda-forge-webservices[bot] authored Aug 18, 2022
1 parent 701b3fc commit cc7af8a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{% set name = "xcdat" %}
{% set version = "0.3.0" %}
{% set version = "0.3.1" %}

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

source:
url: https://github.com/XCDAT/xcdat/archive/v{{ version }}.tar.gz
sha256: b82c09532d0ca139bb608e3cdc2abe8e4931c74231b7a9aa2f819cab8a5a4932
sha256: 03ce26f4e935f1a3d9d94c05de0bae338c88ac085a99ea9a546be1e59d5b0ba7

build:
number: 1
number: 0
noarch: python
script: {{ PYTHON }} -m pip install . --no-deps -vv

Expand Down Expand Up @@ -42,7 +42,7 @@ about:
license_file: LICENSE
summary: 'Xarray Climate Data Analysis Tools'
description: |
An extension of xarray with general and climate domain specific functions and utilities.
An extension of xarray with generalizable climate domain specific functions and utilities.
doc_url: https://xcdat.readthedocs.io
dev_url: https://github.com/XCDAT/xcdat

Expand Down

0 comments on commit cc7af8a

Please sign in to comment.