Skip to content

Commit 6a0b185

Browse files
committed
Udpate to v3.0.3
1 parent 40d2d05 commit 6a0b185

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda/recipe/recipe.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ schema_version: 1
22

33
context:
44
name: mache
5-
version: 3.0.2
5+
version: 3.0.3
66

77
package:
88
name: ${{ name|lower }}

mache/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version_info__ = (3, 0, 2)
1+
__version_info__ = (3, 0, 3)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)