Skip to content

Commit 79bb10c

Browse files
committed
CIA stuff should be v1.2.0.
1 parent e13a1b2 commit 79bb10c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

cdp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
from . import cdp_parser
99
from . import cdp_run
1010

11-
__version__ = 'v1.1.1'
11+
__version__ = 'v1.2.0'
1212

conda/meta-release.yaml

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

55
source:
66
git_url: https://github.com/UV-CDAT/cdp.git
7-
git_rev: v1.1.1
7+
git_rev: v1.2.0
88

99
build:
1010
script: python setup.py install

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
setup(
66
name="cdp",
7-
version="1.1.1",
7+
version="1.2.0",
88
author="Zeshawn Shaheen, Charles Doutriaux",
99
1010
description="Framework for creating scientific diagnostics.",

0 commit comments

Comments
 (0)