Skip to content

Commit

Permalink
Merge pull request #103 from xylar/update_to_1.12.0
Browse files Browse the repository at this point in the history
Update to v1.12.0
  • Loading branch information
xylar authored Feb 20, 2023
2 parents 2bd039f + 98a4077 commit 63900f1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "mache" %}
{% set version = "1.12.0rc1" %}
{% set version = "1.12.0" %}

package:
name: {{ name|lower }}
Expand Down Expand Up @@ -45,4 +45,4 @@ about:

extra:
recipe-maintainers:
- xylar
- xylar
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mache
version = 1.12.0rc1
version = 1.12.0
author = Xylar Asay-Davis
author_email = [email protected]
description = A package for providing configuration data relate to E3SM supported machines
Expand All @@ -27,4 +27,4 @@ install_requires =

[options.entry_points]
console_scripts =
mache = mache.__main__:main
mache = mache.__main__:main

0 comments on commit 63900f1

Please sign in to comment.