From 550c116406a6ce6b1c66809d9f6b6c5573cad3be Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Mon, 27 May 2024 23:14:43 -0700 Subject: [PATCH] version bump --- sky/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/__init__.py b/sky/__init__.py index a077fb8966aa..3b86a22cf607 100644 --- a/sky/__init__.py +++ b/sky/__init__.py @@ -35,7 +35,7 @@ def _get_git_commit(): __commit__ = _get_git_commit() -__version__ = '1.0.0-dev0' +__version__ = '0.6.0' __root_dir__ = os.path.dirname(os.path.abspath(__file__))