Skip to content

Commit 2ed91be

Browse files
authored
Merge pull request #431 from xylar/update-to-3.7.0
Update to v3.7.0
2 parents 9916e0d + f70f24b commit 2ed91be

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

0 commit comments

Comments
 (0)