Skip to content

Commit

Permalink
Release v0.3.2 (#2158)
Browse files Browse the repository at this point in the history
* [Docs] Fix a typo in docs (#2159)
* version 0.3.2
  • Loading branch information
Michaelvll authored Jul 1, 2023
1 parent 9f661f9 commit 3b3e633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sky/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.2'
__root_dir__ = os.path.dirname(os.path.abspath(__file__))

# Keep this order to avoid cyclic imports
Expand Down
3 changes: 1 addition & 2 deletions sky/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ def __init__(
sky.Resources(clouds.GCP(), 'n1-standard-8', 'V100')
# Specifying required resources; the system decides the
cloud/instance
# type. The below are equivalent:
# cloud/instance type. The below are equivalent:
sky.Resources(accelerators='V100')
sky.Resources(accelerators='V100:1')
sky.Resources(accelerators={'V100': 1})
Expand Down

0 comments on commit 3b3e633

Please sign in to comment.