From d92d76b9531130f261e3dad283f2d7676e32f8c2 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Sat, 8 Jun 2024 14:05:21 -0700 Subject: [PATCH] Bump version to 1.1.1 --- pixi.toml | 1 - pyproject.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pixi.toml b/pixi.toml index 1706a27e3a..ad2eee6aec 100644 --- a/pixi.toml +++ b/pixi.toml @@ -1,6 +1,5 @@ [project] name = "nerfstudio" -version = "1.0.3" description = "All-in-one repository for state-of-the-art NeRFs" channels = ["nvidia/label/cuda-11.8.0", "nvidia", "conda-forge", "pytorch"] platforms = ["linux-64"] diff --git a/pyproject.toml b/pyproject.toml index 37fd2cd4a3..11c32f0462 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "1.1.0" +version = "1.1.1" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}