Skip to content

Commit

Permalink
Updates versions for 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Crean committed May 30, 2018
1 parent 4758971 commit 878c40c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci-support/conda_upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ git clone git://github.com/cdat/conda-recipes
cd conda-recipes
# cdat creates issues for build -c cdat confuses package and channel
ln -s ../conda vcdat
python ./prep_for_build.py -l 0.6.1
python ./prep_for_build.py -l 0.7.0
echo "Building now"
conda build -c cdat/label/nightly -c conda-forge -c cdat $PKG_NAME
echo "Uploading"
Expand Down
2 changes: 1 addition & 1 deletion conda/meta.yaml.official
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ about:
home: http://gitub.com/UV-CDAT/vcdat
package:
name: vcdat
version: "0.6.1"
version: "0.7.0"
requirements:
build:
- python
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name="vcdat",
version="0.6.1",
version="0.7.0",
description="A user interface for visualizing and analysing climate data.",
url="http://github.com/UV-CDAT/vcdat",
packages=['vcdat'],
Expand Down

0 comments on commit 878c40c

Please sign in to comment.