Skip to content

Commit

Permalink
v2.5.0rc1 update (#457)
Browse files Browse the repository at this point in the history
* v2.5.0rc1 update

* change source in meta.yaml
  • Loading branch information
chengzhuzhang authored May 28, 2021
1 parent 9f6a8fc commit 6758c67
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.4.0"
LABEL version="2.5.0rc1"

# 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.4.0"
__version__ = "v2.5.0rc1"
INSTALL_PATH = os.path.join(sys.prefix, "share/e3sm_diags/")
2 changes: 1 addition & 1 deletion conda/e3sm_diags_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ dependencies:
- pip=21.0.1
- python=3.7.10
# Additional
- e3sm_diags=2.4.0
- e3sm_diags=2.5.0rc1
prefix: /opt/miniconda3/envs/e3sm_diags_env
6 changes: 3 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "e3sm_diags" %}
{% set version = "2.4.0" %}
{% set version = "2.5.0rc1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/E3SM-Project/e3sm_diags/archive/v{{ version }}.tar.gz
sha256: cd4651e4f45a956e5f55555e813b166cd37d04689dbc56fdb2c2b7e2540245c6
git_url: git://github.com/E3SM-Project/e3sm_diags
git_rev: v{{ version }}

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ def get_all_files_in_dir(directory, pattern):

setup(
name="e3sm_diags",
version="2.4.0",
author="Chengzhu (Jill) Zhang, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
version="2.5.0rc1",
author="Chengzhu (Jill) Zhang, Tom Vo, Ryan Forsyth, Chris Golaz and Zeshawn Shaheen",
author_email="[email protected]",
description="E3SM Diagnostics",
scripts=["acme_diags/acme_diags_driver.py"],
Expand Down

0 comments on commit 6758c67

Please sign in to comment.