From 012a47d8b0642a3e8533ab0295762e2e75cd92c4 Mon Sep 17 00:00:00 2001 From: Brent Yi Date: Sat, 8 Jun 2024 17:38:55 -0700 Subject: [PATCH] 1.1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 11c32f0462..d30e97822f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "1.1.1" +version = "1.1.2" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}