Skip to content

Commit

Permalink
Bump project version to 0.1.3 (#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
parasj authored Sep 18, 2022
1 parent 354dca8 commit f24c4b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Skyplane currently only supports MacOS and Linux. For Windows, first [install Li
# Getting started

## Installation
We recommend installation from PyPi: `pip install skyplane-nightly`
We recommend installation from PyPi: `pip install skyplane`

*Installation on M1 Mac*: If you are using an M1 Mac with the arm64 architecture, you will need to install Skyplane as follows
`GRPC_PYTHON_BUILD_SYSTEM_OPENSSL=1 GRPC_PYTHON_BUILD_SYSTEM_ZLIB=1 pip install skyplane`
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = "The Skyplane authors"

release = "0.1"
version = "0.1.2"
version = "0.1.3"

# -- 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.2"
version = "0.1.3"
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.2"
__version__ = "0.1.3"

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

0 comments on commit f24c4b3

Please sign in to comment.