Skip to content

Commit f0b1adf

Browse files
committed
Changes before release.
1 parent 4665a9e commit f0b1adf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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="2.3.0"
8+
LABEL version="2.4.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__ = "v2.3.0"
4+
__version__ = "v2.4.0"
55
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "e3sm_diags" %}
2-
{% set version = "2.3.0" %}
2+
{% set version = "2.4.0" %}
33

44
package:
55
name: {{ name|lower }}

setup.py

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

100100
setup(
101101
name="e3sm_diags",
102-
version="2.3.0",
102+
version="2.4.0",
103103
author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
104104
author_email="[email protected]",
105105
description="E3SM Diagnostics",

0 commit comments

Comments
 (0)