We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4763c54 commit e25b1e6Copy full SHA for e25b1e6
setup.py
@@ -2,10 +2,10 @@
2
from setuptools import setup, find_packages
3
4
setup(name="meshcat",
5
- version="0.1.0",
+ version="0.1.1",
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.1.0.tar.gz",
+ download_url="https://github.com/rdeits/meshcat-python/archive/v0.1.1.tar.gz",
9
author="Robin Deits",
10
author_email="[email protected]",
11
license="MIT",
0 commit comments