Skip to content

Commit

Permalink
Changes before 2.2.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
chengzhuzhang committed Sep 4, 2020
1 parent c3534ea commit 1e30d12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.1"
LABEL version="2.2.0"

# Copy the entire project dir because we'll install from source.
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion acme_diags/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
import sys

__version__ = 'v2.1.1'
__version__ = 'v2.2.0'
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')
2 changes: 1 addition & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "e3sm_diags" %}
{% set version = "2.1.1" %}
{% set version = "2.2.0" %}

package:
name: {{ name|lower }}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def get_all_files_in_dir(directory, pattern):

setup(
name="e3sm_diags",
version="2.1.1",
version="2.2.0",
author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
author_email="[email protected]",
description="E3SM Diagnostics",
Expand Down

0 comments on commit 1e30d12

Please sign in to comment.