Skip to content

Commit a3fccb0

Browse files
committed
bump version
1 parent 86d2c4f commit a3fccb0

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.8",
4+
version="0.0.9",
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.8.tar.gz",
7+
download_url="https://github.com/rdeits/meshcat-python/archive/v0.0.9.tar.gz",
88
author="Robin Deits",
99
author_email="[email protected]",
1010
license="MIT",

0 commit comments

Comments
 (0)