Skip to content

Commit 0ab6000

Browse files
committed
bump version to 0.3.2
1 parent 5926827 commit 0ab6000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
from setuptools import setup, find_packages
33

44
setup(name="meshcat",
5-
version="0.3.1",
5+
version="0.3.2",
66
description="WebGL-based visualizer for 3D geometries and scenes",
77
url="https://github.com/rdeits/meshcat-python",
8-
download_url="https://github.com/rdeits/meshcat-python/archive/v0.3.1.tar.gz",
8+
download_url="https://github.com/rdeits/meshcat-python/archive/v0.3.2.tar.gz",
99
author="Robin Deits",
1010
author_email="[email protected]",
1111
license="MIT",

0 commit comments

Comments
 (0)