[llvm] eb90ac5 - [MLGO] Bump MLGO utils version to 20

Aiden Grossman via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 12:22:31 PDT 2024


Author: Aiden Grossman
Date: 2024-07-23T19:21:42Z
New Revision: eb90ac508b2366de38a58ae9e168ed2027d1d943

URL: https://github.com/llvm/llvm-project/commit/eb90ac508b2366de38a58ae9e168ed2027d1d943
DIFF: https://github.com/llvm/llvm-project/commit/eb90ac508b2366de38a58ae9e168ed2027d1d943.diff

LOG: [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.

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/utils/mlgo-utils/mlgo/__init__.py b/llvm/utils/mlgo-utils/mlgo/__init__.py
index c5b208cfba360..d3369abae70b9 100644
--- a/llvm/utils/mlgo-utils/mlgo/__init__.py
+++ b/llvm/utils/mlgo-utils/mlgo/__init__.py
@@ -4,7 +4,7 @@
 
 from datetime import timezone, datetime
 
-__versioninfo__ = (19, 0, 0)
+__versioninfo__ = (20, 0, 0)
 __version__ = (
     ".".join(str(v) for v in __versioninfo__)
     + "dev"


        


More information about the llvm-commits mailing list