Skip to content

Commit 0b847c3

Browse files
committed
Changes for v1.1.0 release.
1 parent 313303f commit 0b847c3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

conda/acme_diags_env.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
- uvcdat
66
- defaults
77
dependencies:
8-
- acme_diags=1.0.1
8+
- acme_diags=1.1.0
99
- asn1crypto=0.22.0
1010
- backports=1.0
1111
- backports.functools_lru_cache=1.4

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: acme_diags
3-
version: 1.0.1
3+
version: 1.1.0
44

55
source:
66
git_url: git://github.com/ACME-Climate/acme_diags
7-
git_rev: v1.0.1
7+
git_rev: v1.1.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
@@ -49,7 +49,7 @@ def get_all_files_in_dir(directory, pattern):
4949

5050
setup(
5151
name="acme_diags",
52-
version="1.0.0",
52+
version="1.1.0",
5353
author="Chengzhu (Jill) Zhang, Zeshawn Shaheen",
5454
author_email="[email protected]",
5555
description="ACME Diagnostics.",

0 commit comments

Comments
 (0)