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