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 9c2f7a4 commit 036db8aCopy full SHA for 036db8a
setup.py
@@ -1,10 +1,10 @@
1
from setuptools import setup, find_packages
2
3
setup(name="meshcat",
4
- version="0.0.7",
+ version="0.0.8",
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.7.tar.gz",
+ download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.8.tar.gz",
8
author="Robin Deits",
9
author_email="[email protected]",
10
license="MIT",
0 commit comments