Skip to content

Commit 1e4e871

Browse files
committed
Release 0.5.0 (#3211)
1 parent 51e285e commit 1e4e871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sky/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def get_git_commit():
3333

3434

3535
__commit__ = get_git_commit()
36-
__version__ = '1.0.0-dev0'
36+
__version__ = '0.5.0'
3737
__root_dir__ = os.path.dirname(os.path.abspath(__file__))
3838

3939
# Keep this order to avoid cyclic imports

0 commit comments

Comments
 (0)