From 13f8cdfdeb7eceae71300ce224d90ab84a7e5c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ruilong=20Li=28=E6=9D=8E=E7=91=9E=E9=BE=99=29?= Date: Mon, 3 Oct 2022 19:16:50 -0700 Subject: [PATCH] bump version to 0.1.4.post1 (#44) * support alpha_thre for rendering and ray marching. default to zero * bump version * hot fix * bump version to 0.1.4-1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1675e89d..c653b054 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nerfacc" -version = "0.1.4" +version = "0.1.4-1" authors = [{name = "Ruilong", email = "ruilongli94@gmail.com"}] license = { text="MIT" } requires-python = ">=3.8"