From 7349f2320b631016f50dc97924fd7c657749a42d Mon Sep 17 00:00:00 2001 From: Matthew Tancik Date: Thu, 22 Jun 2023 09:25:36 -0700 Subject: [PATCH] v0.3.2 (#2118) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8955c4779f..b8f742954a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "0.3.1" +version = "0.3.2" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}