From 164939bb1e6bfc934d690d595e0f6796d7a563d5 Mon Sep 17 00:00:00 2001 From: Zhanghao Wu Date: Fri, 27 Oct 2023 13:03:55 -0700 Subject: [PATCH] 0.4.1 version/commit --- sky/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sky/__init__.py b/sky/__init__.py index b27de4a5c3ff..4582cfd90288 100644 --- a/sky/__init__.py +++ b/sky/__init__.py @@ -3,7 +3,7 @@ import subprocess # Replaced with the current commit when building the wheels. -_SKYPILOT_COMMIT_SHA = '{{SKYPILOT_COMMIT_SHA}}' +_SKYPILOT_COMMIT_SHA = 'acd5ab70f5ac0249e0f18a05855164091fba796a' def get_git_commit(): @@ -33,7 +33,7 @@ def get_git_commit(): __commit__ = get_git_commit() -__version__ = '1.0.0-dev0' +__version__ = '0.4.1' __root_dir__ = os.path.dirname(os.path.abspath(__file__)) # Keep this order to avoid cyclic imports