Skip to content

Commit 5d23460

Browse files
committed
Includes v1.3.1 in the meta.yaml.
1 parent d25be73 commit 5d23460

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

conda/meta-release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
package:
22
name: cdp
3-
version: 1.3.0
3+
version: 1.3.1
44

55
source:
6-
git_url: https://github.com/UV-CDAT/cdp.git
7-
git_rev: v1.3.0
6+
git_url: https://github.com/CDAT/cdp.git
7+
git_rev: v1.3.1
88

99
build:
1010
script: python setup.py install
@@ -22,6 +22,6 @@ requirements:
2222
- six
2323

2424
about:
25-
home: https://github.com/UV-CDAT/cdp
25+
home: https://github.com/CDAT/cdp
2626
summary: The Community Diagnostics Package (CDP) is a framework for developing new climate diagnostics. CDP allows for a modular implementation of the components required for running diagnostics. The design of CDP consists of modules to handle the user-defined parameters, metrics, provenance, file I/O, output of results and algorithms for calculating the diagnostics.
2727

conda/meta.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
about:
2-
home: https://github.com/UV-CDAT/cdp
2+
home: https://github.com/CDAT/cdp
33
summary: The Community Diagnostics Package (CDP) is a framework for developing new climate diagnostics. CDP allows for a modular implementation of the components required for running diagnostics. The design of CDP consists of modules to handle the user-defined parameters, metrics, provenance, file I/O, output of results and algorithms for calculating the diagnostics.
44

55
package:
66
name: cdp
77
version: {{ environ['VERSION'] }}
88

99
source:
10-
git_url: https://github.com/UV-CDAT/cdp.git
10+
git_url: https://github.com/CDAT/cdp.git
1111

1212
build:
1313
script: python setup.py install

0 commit comments

Comments
 (0)