Skip to content

Commit 46005de

Browse files
committed
1.0.19
1 parent 7a86a6e commit 46005de

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
@@ -64,4 +64,4 @@
6464
from ._viser import InitialCameraConfig as InitialCameraConfig
6565
from ._viser import ViserServer as ViserServer
6666

67-
__version__ = "1.0.18"
67+
__version__ = "1.0.19"

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.18";
3+
export const VISER_VERSION = "1.0.19";
44

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

0 commit comments

Comments
 (0)