From 2104381c480999f5de51a56bb8010337ed024bd5 Mon Sep 17 00:00:00 2001 From: Paras Jain Date: Tue, 9 Aug 2022 13:13:28 -0700 Subject: [PATCH] Bump version to 0.1.2 --- docs/conf.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"