Skip to content

Commit

Permalink
Update to v1.6.1 because setup.py was modified
Browse files Browse the repository at this point in the history
A new tag will be needed for the conda recipe to work.
  • Loading branch information
xylar committed Mar 20, 2019
1 parent 61cec4a commit 5f1813d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 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/miniconda:4.5.4

LABEL maintainer="[email protected]"
LABEL version="1.6.0"
LABEL version="1.6.1"

# 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__ = 'v1.6.0'
__version__ = 'v1.6.1'
INSTALL_PATH = os.path.join(sys.prefix, 'share/e3sm_diags/')
7 changes: 4 additions & 3 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package:
name: e3sm_diags
version: 1.6.0
version: 1.6.1

source:
#path: ..
git_url: https://github.com/E3SM-Project/e3sm_diags
git_rev: v1.6.0
git_rev: v1.6.1

build:
number: 1
number: 0
noarch: python
script: "{{ PYTHON }} -m pip install . --no-deps -vv"

Expand Down

0 comments on commit 5f1813d

Please sign in to comment.