Skip to content

Commit b3cebeb

Browse files
committed
Changes before release.
1 parent b77d189 commit b3cebeb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# that prevented the building process from working properly.
55
FROM continuumio/miniconda:4.5.4
66

7-
LABEL maintainer="shaheen2@llnl.gov"
8-
LABEL version="1.6.1"
7+
LABEL maintainer="zhang40@llnl.gov"
8+
LABEL version="1.7.0"
99

1010
# Copy the entire project dir because we'll install from source.
1111
COPY . .

acme_diags/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import os
22
import sys
33

4-
__version__ = 'v1.6.1'
4+
__version__ = 'v1.7.0'
55
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
package:
22
name: e3sm_diags
3-
version: 1.6.1
3+
version: 1.7.0
44

55
source:
66
#path: ..
77
git_url: https://github.com/E3SM-Project/e3sm_diags
8-
git_rev: v1.6.1
8+
git_rev: v1.7.0
99

1010
build:
1111
number: 0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def get_all_files_in_dir(directory, pattern):
7575

7676
setup(
7777
name="e3sm_diags",
78-
version="1.6.1",
78+
version="1.7.0",
7979
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
8080
8181
description="E3SM Diagnostics",

0 commit comments

Comments
 (0)