We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d2c4f commit a3fccb0Copy full SHA for a3fccb0
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
setup(name="meshcat",
4
- version="0.0.8",
+ version="0.0.9",
5
description="WebGL-based visualizer for 3D geometries and scenes",
6
url="https://github.com/rdeits/meshcat-python",
7
- download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.8.tar.gz",
+ download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.9.tar.gz",
8
author="Robin Deits",
9
author_email="[email protected]",
10
license="MIT",
0 commit comments