We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b623bb8 + 9433fe3 commit cd0957fCopy full SHA for cd0957f
conda/recipe/recipe.yaml
@@ -2,7 +2,7 @@ schema_version: 1
2
3
context:
4
name: mache
5
- version: "3.5.2"
+ version: "3.6.0"
6
7
package:
8
name: ${{ name|lower }}
mache/version.py
@@ -1,2 +1,2 @@
1
-__version_info__ = (3, 5, 2)
+__version_info__ = (3, 6, 0)
__version__ = '.'.join(str(vi) for vi in __version_info__)
0 commit comments