Skip to content

Commit

Permalink
Changes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang committed Jun 13, 2019
1 parent fbe8a03 commit 1b1c624
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
FROM continuumio/miniconda3:4.6.14

LABEL maintainer="[email protected]"
LABEL version="1.7.0"
LABEL version="1.7.1"

# Copy the entire project dir because we'll install from source.
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion acme_diags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import sys

__version__ = 'v1.7.0'
__version__ = 'v1.7.1'
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')
2 changes: 1 addition & 1 deletion conda/e3sm_diags_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies:
- yaml=0.1.7
- zict=0.1.4
- zlib=1.2.11
- e3sm_diags=1.7.0
- e3sm_diags=1.7.1
- pip:
- cdms2==3.0.0
- regrid2==3.0.0
Expand Down
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package:
name: e3sm_diags
version: 1.7.0
version: 1.7.1

source:
#path: ..
git_url: https://github.com/E3SM-Project/e3sm_diags
git_rev: v1.7.0
git_rev: v1.7.1

build:
number: 0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_all_files_in_dir(directory, pattern):

setup(
name="e3sm_diags",
version="1.7.0",
version="1.7.1",
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
author_email="[email protected], [email protected]",
description="E3SM Diagnostics",
Expand Down

0 comments on commit 1b1c624

Please sign in to comment.