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