Skip to content

Commit 4261eaf

Browse files
committed
1.0.10
1 parent 4e96886 commit 4261eaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/viser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,4 @@
6262
from ._viser import ClientHandle as ClientHandle
6363
from ._viser import ViserServer as ViserServer
6464

65-
__version__ = "1.0.9"
65+
__version__ = "1.0.10"

src/viser/client/src/VersionInfo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Automatically generated file - do not edit manually.
22
// This is synchronized with the Python package version in viser/__init__.py.
3-
export const VISER_VERSION = "1.0.9";
3+
export const VISER_VERSION = "1.0.10";
44

55
// GitHub contributors for the viser project.
66
export interface Contributor {

0 commit comments

Comments
 (0)