Skip to content

Commit

Permalink
version bump (0.4.3)
Browse files Browse the repository at this point in the history
Fix windows cpu atomic add (#93)
  • Loading branch information
BachiLi committed Mar 18, 2020
1 parent aeb657c commit 599dedd
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 @@ -204,7 +204,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.2',
version = '0.4.3',
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 599dedd

Please sign in to comment.