Skip to content
This repository was archived by the owner on Dec 4, 2018. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ install:
- cmd: conda config --add channels scitools
- cmd: conda config --set show_channel_urls yes

# Workaround until conda-build-all is available for Python 3.6.
- cmd: conda install --yes --quiet python=3.5

- cmd: conda install --yes --quiet -c conda-forge obvious-ci
- cmd: conda install --yes --quiet -c conda-forge conda-build-all conda-build==2.0.10
- cmd: conda install --yes --quiet conda==4.2.13 jinja2 anaconda-client
Expand Down
4 changes: 2 additions & 2 deletions nc_time_axis/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package:
name: nc_time_axis
version: "1.0.0"
version: "1.0.1"

source:
git_url: https://github.com/SciTools/nc-time-axis.git
git_tag: v1.0.0
git_tag: v1.0.1

build:
number: 0
Expand Down