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