From 64fb4fa4d636d7457cb9af855f7f7fb326c9f94a Mon Sep 17 00:00:00 2001 From: Justin Kerr Date: Thu, 22 Feb 2024 12:57:56 -0800 Subject: [PATCH] 1.0.2 (#2943) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 42ce41b708..5d96f8a7da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "1.0.1" +version = "1.0.2" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}