From f42c0324c7c325d51abacedb73103fdac8e02297 Mon Sep 17 00:00:00 2001 From: Romil Bhardwaj Date: Mon, 17 Jul 2023 16:28:50 -0700 Subject: [PATCH] Release v0.3.3 (#2257) Version bump to 0.3.3 --- sky/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/__init__.py b/sky/__init__.py index 715a126e1d1..578547679b2 100644 --- a/sky/__init__.py +++ b/sky/__init__.py @@ -3,7 +3,7 @@ # Replaced with the current commit when building the wheels. __commit__ = '{{SKYPILOT_COMMIT_SHA}}' -__version__ = '1.0.0-dev0' +__version__ = '0.3.3' __root_dir__ = os.path.dirname(os.path.abspath(__file__)) # Keep this order to avoid cyclic imports