We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1.0.19
1 parent 7a86a6e commit 46005deCopy full SHA for 46005de
src/viser/__init__.py
@@ -64,4 +64,4 @@
64
from ._viser import InitialCameraConfig as InitialCameraConfig
65
from ._viser import ViserServer as ViserServer
66
67
-__version__ = "1.0.18"
+__version__ = "1.0.19"
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.18";
+export const VISER_VERSION = "1.0.19";
4
5
// GitHub contributors for the viser project.
6
export interface Contributor {
0 commit comments