Skip to content

Commit

Permalink
version bump (0.4.24)
Browse files Browse the repository at this point in the history
Fixed device assignment in load_mitsuba (#126)
  • Loading branch information
BachiLi committed Apr 17, 2020
1 parent 7c5a1ba commit 6991ca3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6991ca3

Please sign in to comment.