From 54224c098ff2731010a6c44e43573b38d5864f6b Mon Sep 17 00:00:00 2001 From: Matthew Tancik Date: Sun, 11 Dec 2022 13:05:03 -0800 Subject: [PATCH] v0.1.13 (#1107) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 064ff1cf8d..fe908f8c6d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfstudio" -version = "0.1.12" +version = "0.1.13" description = "All-in-one repository for state-of-the-art NeRFs" readme = "README.md" license = { text="Apache 2.0"}