Skip to content

Commit

Permalink
Bump version to 0.2.0 (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasj authored Sep 22, 2022
1 parent da7e834 commit ca02ac9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
copyright = "2022, The Skyplane authors"
author = "The Skyplane authors"

release = "0.1"
version = "0.1.3"
release = "0.2"
version = "0.2.0"

# -- General configuration

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "skyplane"
packages = [{ include = "skyplane" }]
version = "0.1.3"
version = "0.2.0"
description = "Skyplane efficiently transports data between cloud regions and providers."
authors = ["Skyplane authors <[email protected]>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion skyplane/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from skyplane.gateway_version import gateway_version

# version
__version__ = "0.1.3"
__version__ = "0.2.0"

# paths
skyplane_root = Path(__file__).parent.parent
Expand Down

0 comments on commit ca02ac9

Please sign in to comment.