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