From f2c8af963360a14fd9fa71d2db4c47878268b0f1 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Thu, 22 Feb 2024 08:10:03 +0000 Subject: [PATCH] version 0.5.0 --- sky/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/__init__.py b/sky/__init__.py index ae4bc99b69df..f0698ad8c4c6 100644 --- a/sky/__init__.py +++ b/sky/__init__.py @@ -33,7 +33,7 @@ def get_git_commit(): __commit__ = get_git_commit() -__version__ = '1.0.0-dev0' +__version__ = '0.5.0' __root_dir__ = os.path.dirname(os.path.abspath(__file__)) # Keep this order to avoid cyclic imports