Skip to content

Commit 1b1c624

Browse files
committed
Changes before release.
1 parent fbe8a03 commit 1b1c624

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
FROM continuumio/miniconda3:4.6.14
66

77
LABEL maintainer="[email protected]"
8-
LABEL version="1.7.0"
8+
LABEL version="1.7.1"
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.7.0'
4+
__version__ = 'v1.7.1'
55
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')

conda/e3sm_diags_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ dependencies:
155155
- yaml=0.1.7
156156
- zict=0.1.4
157157
- zlib=1.2.11
158-
- e3sm_diags=1.7.0
158+
- e3sm_diags=1.7.1
159159
- pip:
160160
- cdms2==3.0.0
161161
- regrid2==3.0.0

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.7.0
3+
version: 1.7.1
44

55
source:
66
#path: ..
77
git_url: https://github.com/E3SM-Project/e3sm_diags
8-
git_rev: v1.7.0
8+
git_rev: v1.7.1
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.7.0",
78+
version="1.7.1",
7979
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
8080
8181
description="E3SM Diagnostics",

0 commit comments

Comments
 (0)