diff --git a/conda/meta.yaml b/conda/meta.yaml index becd69d0..d65b5ab1 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -1,5 +1,5 @@ {% set name = "mache" %} -{% set version = "1.2.0" %} +{% set version = "1.2.1" %} package: name: {{ name|lower }} diff --git a/mache/version.py b/mache/version.py index 8951a594..da1096ad 100644 --- a/mache/version.py +++ b/mache/version.py @@ -1,2 +1,2 @@ -__version_info__ = (1, 2, 0) +__version_info__ = (1, 2, 1) __version__ = '.'.join(str(vi) for vi in __version_info__) diff --git a/setup.cfg b/setup.cfg index ceb7384e..6d3b495b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = mache -version = 1.2.0 +version = 1.2.1 author = Xylar Asay-Davis author_email = xylar@lanl.gov description = A package for providing configuration data relate to E3SM supported machines