From fd76036dad3752e371f620083952f60000667037 Mon Sep 17 00:00:00 2001 From: jb-ye Date: Mon, 13 May 2024 16:38:17 +0000 Subject: [PATCH] bump version to 1.1.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 95b980863d..62cfbe0913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "1.0.3" +version = "1.1.0" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}