Skip to content

Commit eb90ac5

Browse files
[MLGO] Bump MLGO utils version to 20
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.
1 parent 1c3a99c commit eb90ac5

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)