From 49835b2eabccead313a3dacd36521b247d15aaff Mon Sep 17 00:00:00 2001 From: Matthew Tancik Date: Mon, 17 Apr 2023 09:10:59 -0700 Subject: [PATCH] v0.2.0 (#1751) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e52f02f7e3..0dd44fd234 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "0.1.19" +version = "0.2.0" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}