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 bc4f1a9 + ae2ff00 commit a7c4f9dCopy full SHA for a7c4f9d
conda/meta.yaml
@@ -1,5 +1,5 @@
1
{% set name = "mache" %}
2
-{% set version = "2.0.0" %}
+{% set version = "2.1.0" %}
3
4
package:
5
name: {{ name|lower }}
mache/version.py
@@ -1,2 +1,2 @@
-__version_info__ = (2, 0, 0)
+__version_info__ = (2, 1, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
0 commit comments