From 98a407726fa4333285c91cf72238b9a77b4be20e Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Sun, 19 Feb 2023 22:58:57 -0700 Subject: [PATCH] Update to v1.12.0 --- conda/meta.yaml | 4 ++-- setup.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index b2ff03ec..ff608ceb 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mache" %} -{% set version = "1.12.0rc1" %} +{% set version = "1.12.0" %} package: name: {{ name|lower }} @@ -45,4 +45,4 @@ about: extra: recipe-maintainers: - - xylar \ No newline at end of file + - xylar diff --git a/setup.cfg b/setup.cfg index d1ebd4d5..963f6138 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mache -version = 1.12.0rc1 +version = 1.12.0 author = Xylar Asay-Davis author_email = xylar@lanl.gov description = A package for providing configuration data relate to E3SM supported machines @@ -27,4 +27,4 @@ install_requires = [options.entry_points] console_scripts = - mache = mache.__main__:main \ No newline at end of file + mache = mache.__main__:main