We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1.0.10
1 parent 4e96886 commit 4261eafCopy full SHA for 4261eaf
src/viser/__init__.py
@@ -62,4 +62,4 @@
62
from ._viser import ClientHandle as ClientHandle
63
from ._viser import ViserServer as ViserServer
64
65
-__version__ = "1.0.9"
+__version__ = "1.0.10"
src/viser/client/src/VersionInfo.ts
@@ -1,6 +1,6 @@
1
// Automatically generated file - do not edit manually.
2
// This is synchronized with the Python package version in viser/__init__.py.
3
-export const VISER_VERSION = "1.0.9";
+export const VISER_VERSION = "1.0.10";
4
5
// GitHub contributors for the viser project.
6
export interface Contributor {
0 commit comments