Skip to content

Commit

Permalink
Changes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang committed Jul 14, 2020
1 parent 4abb678 commit 0c9d63f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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="2.0.0"
LABEL version="2.1.0"

# Copy the entire project dir because we'll install from source.
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion conda/e3sm_diags_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ dependencies:
- zipp=0.6.0
- zlib=1.2.11
- zstd=1.4.3
- e3sm_diags=2.0.0
- e3sm_diags=2.1.0
- pip:
- cdms2==3.1.4
- pyqt5-sip==4.19.18
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: 2.0.0
version: 2.1.0

source:
#path: ..
git_url: https://github.com/E3SM-Project/e3sm_diags
git_rev: v2.0.0
git_rev: v2.1.0

build:
number: 0
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def get_all_files_in_dir(directory, pattern):

setup(
name="e3sm_diags",
version="2.0.0",
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
author_email="[email protected], [email protected]",
version="2.1.0",
author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
author_email="[email protected]",
description="E3SM Diagnostics",
scripts=["acme_diags/acme_diags_driver.py"],
packages=find_packages(exclude=["*.test", "*.test.*", "test.*", "test"]),
Expand Down

0 comments on commit 0c9d63f

Please sign in to comment.