Skip to content

Commit 338bc95

Browse files
boomanaiden154yuxuanchen1997
authored andcommitted
[MLGO] Bump MLGO utils version to 20
Summary: This patch bumps the MLGO utilities python package version to v20 in sync with the rest of the project. This should be automated later in the version update script, but this needs to be updated even while a patch for that lands. Test Plan: Reviewers: Subscribers: Tasks: Tags: Differential Revision: https://phabricator.intern.facebook.com/D60251670
1 parent d7f4c13 commit 338bc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/mlgo-utils/mlgo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from datetime import timezone, datetime
66

7-
__versioninfo__ = (19, 0, 0)
7+
__versioninfo__ = (20, 0, 0)
88
__version__ = (
99
".".join(str(v) for v in __versioninfo__)
1010
+ "dev"

0 commit comments

Comments
 (0)