diff --git a/docs/conf.py b/docs/conf.py index 341a20f8e..dde95280d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ author = "The Skyplane authors" release = "0.1" -version = "0.1.1" +version = "0.1.2" # -- General configuration diff --git a/pyproject.toml b/pyproject.toml index 83e8da949..58f89c9f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "skyplane" packages = [{ include = "skyplane" }] -version = "0.1.1" +version = "0.1.2" description = "Skyplane efficiently transports data between cloud regions and providers." authors = ["Skyplane authors "] license = "Apache-2.0"