Skip to content

Commit cd0957f

Browse files
authored
Merge pull request #410 from xylar/update-to-3.6.0
Update to v3.6.0
2 parents b623bb8 + 9433fe3 commit cd0957f

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.5.2"
5+
version: "3.6.0"
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, 5, 2)
1+
__version_info__ = (3, 6, 0)
22
__version__ = '.'.join(str(vi) for vi in __version_info__)

0 commit comments

Comments
 (0)