Skip to content

Commit 036db8a

Browse files
committed
bump version to fix release with bad git submodule
1 parent 9c2f7a4 commit 036db8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
from setuptools import setup, find_packages
22

33
setup(name="meshcat",
4-
version="0.0.7",
4+
version="0.0.8",
55
description="WebGL-based visualizer for 3D geometries and scenes",
66
url="https://github.com/rdeits/meshcat-python",
7-
download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.7.tar.gz",
7+
download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.8.tar.gz",
88
author="Robin Deits",
99
author_email="[email protected]",
1010
license="MIT",

0 commit comments

Comments
 (0)