Skip to content

Commit b5f86f4

Browse files
authored
Merge pull request #153 from xylar/update-to-1.21.0
Update to 1.21.0
2 parents d051d83 + 427d16a commit b5f86f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conda/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set name = "mache" %}
2-
{% set version = "1.20.0" %}
2+
{% set version = "1.21.0" %}
33

44
package:
55
name: {{ name|lower }}

mache/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (1, 20, 0)
1+
__version_info__ = (1, 21, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = mache
3-
version = 1.20.0
3+
version = 1.21.0r
44
author = Xylar Asay-Davis
55
author_email = [email protected]
66
description = A package for providing configuration data relate to E3SM supported machines

0 commit comments

Comments
 (0)