We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92f679b commit 08b21fbCopy full SHA for 08b21fb
setup.py
@@ -2,10 +2,10 @@
2
from setuptools import setup, find_packages
3
4
setup(name="meshcat",
5
- version="0.0.17",
+ version="0.0.18",
6
description="WebGL-based visualizer for 3D geometries and scenes",
7
url="https://github.com/rdeits/meshcat-python",
8
- download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.17.tar.gz",
+ download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.18.tar.gz",
9
author="Robin Deits",
10
author_email="[email protected]",
11
license="MIT",
0 commit comments