From f0b1adf9273f5bf7cff97726dfcf388ccd44d577 Mon Sep 17 00:00:00 2001 From: chengzhuzhang Date: Mon, 1 Mar 2021 10:29:34 -0800 Subject: [PATCH] Changes before release. --- Dockerfile | 2 +- acme_diags/__init__.py | 2 +- conda/meta.yaml | 2 +- setup.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 52a7a139a..6df8bcd08 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ FROM continuumio/miniconda3:4.6.14 LABEL maintainer="zhang40@llnl.gov" -LABEL version="2.3.0" +LABEL version="2.4.0" # Copy the entire project dir because we'll install from source. COPY . . diff --git a/acme_diags/__init__.py b/acme_diags/__init__.py index 651fe0e38..2c0325817 100644 --- a/acme_diags/__init__.py +++ b/acme_diags/__init__.py @@ -1,5 +1,5 @@ import os import sys -__version__ = "v2.3.0" +__version__ = "v2.4.0" INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/") diff --git a/conda/meta.yaml b/conda/meta.yaml index aa3a3aa4c..48adbd0e9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "e3sm_diags" %} -{% set version = "2.3.0" %} +{% set version = "2.4.0" %} package: name: {{ name|lower }} diff --git a/setup.py b/setup.py index 5a586aaff..7a1175688 100644 --- a/setup.py +++ b/setup.py @@ -99,7 +99,7 @@ def get_all_files_in_dir(directory, pattern): setup( name="e3sm_diags", - version="2.3.0", + version="2.4.0", author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen", author_email="zhang40@llnl.gov", description="E3SM Diagnostics",