From 5fbb4b0af8b7ad60289b89043d8b79e9886f95c9 Mon Sep 17 00:00:00 2001 From: "J.Y" <132313008+jb-ye@users.noreply.github.com> Date: Tue, 2 Apr 2024 16:42:39 -0400 Subject: [PATCH] bump version to 1.0.3 (#3035) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e95988a69f..e906d24426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "1.0.2" +version = "1.0.3" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}