Skip to content

Commit 19fe3e4

Browse files
authored
Merge pull request #394 from xylar/update-to-3.5.0
Update to v3.5.0
2 parents ded1d30 + 9c54e88 commit 19fe3e4

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

0 commit comments

Comments
 (0)