We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16793b5 + c83473d commit f61a0d2Copy full SHA for f61a0d2
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "mache" %}
2
-{% set version = "1.27.0" %}
+{% set version = "1.28.0" %}
3
4
package:
5
name: {{ name|lower }}
mache/version.py
@@ -1,2 +1,2 @@
-__version_info__ = (1, 27, 0)
+__version_info__ = (1, 28, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
0 commit comments