From 18a502a07d2760db5c5362e776c29aa11242e620 Mon Sep 17 00:00:00 2001 From: orangetin Date: Fri, 28 Jul 2023 14:03:57 -0700 Subject: [PATCH] Bump version to sync with pypi Pypi upload failed with 0.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a8b3e341..c2e251c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "together" -version = "0.1.0" +version = "0.1.1" authors = [ { name="Together Computer", email="community@together.xyz" }, ]