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