Skip to content

Commit

Permalink
Changes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang committed May 28, 2019
1 parent b77d189 commit b3cebeb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# that prevented the building process from working properly.
FROM continuumio/miniconda:4.5.4

LABEL maintainer="shaheen2@llnl.gov"
LABEL version="1.6.1"
LABEL maintainer="zhang40@llnl.gov"
LABEL version="1.7.0"

# 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.6.1'
__version__ = 'v1.7.0'
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')
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.6.1
version: 1.7.0

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

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.6.1",
version="1.7.0",
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
author_email="[email protected], [email protected]",
description="E3SM Diagnostics",
Expand Down

0 comments on commit b3cebeb

Please sign in to comment.