From 6991ca3d8861bd9df12be9ab3b148405c2c3c3b1 Mon Sep 17 00:00:00 2001 From: Tzu-Mao Li Date: Fri, 17 Apr 2020 11:44:14 -0400 Subject: [PATCH] version bump (0.4.24) Fixed device assignment in load_mitsuba (#126) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 71931df..8303760 100644 --- a/setup.py +++ b/setup.py @@ -136,7 +136,7 @@ def build_extension(self, ext): if 'PROJECT_NAME' in os.environ: project_name = os.environ['PROJECT_NAME'] setup(name = project_name, - version = '0.4.23', + version = '0.4.24', description = 'Differentiable rendering without approximation.', long_description = """redner is a differentiable renderer that can take the derivatives of rendering output with respect to arbitrary