Skip to content

Commit

Permalink
Version 0.1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatl committed Feb 5, 2020
1 parent 422adc6 commit c993800
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyrender/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.34'
__version__ = '0.1.35'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'networkx==2.2', # For the scene graph
'numpy', # Numpy
'Pillow', # For Trimesh texture conversions
'pyglet==1.4.0b1', # For the pyglet viewer
'pyglet==1.4.10', # For the pyglet viewer
'PyOpenGL==3.1.0', # For OpenGL
# 'PyOpenGL_accelerate==3.1.0', # For OpenGL
'scipy', # Because of trimesh missing dep
Expand Down

0 comments on commit c993800

Please sign in to comment.