Skip to content

Commit 4844633

Browse files
committed
1.0.17
1 parent 0ecf353 commit 4844633

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

src/viser/__init__.py

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

66-
__version__ = "1.0.16"
66+
__version__ = "1.0.17"

src/viser/client/src/VersionInfo.ts

Lines changed: 17 additions & 5 deletions
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.16";
3+
export const VISER_VERSION = "1.0.17";
44

55
// GitHub contributors for the viser project.
66
export interface Contributor {
@@ -69,6 +69,10 @@ export const GITHUB_CONTRIBUTORS: Contributor[] = [
6969
login: "vye16",
7070
html_url: "https://github.com/vye16",
7171
},
72+
{
73+
login: "david-dorf",
74+
html_url: "https://github.com/david-dorf",
75+
},
7276
{
7377
login: "AdamRashid96",
7478
html_url: "https://github.com/AdamRashid96",
@@ -81,6 +85,10 @@ export const GITHUB_CONTRIBUTORS: Contributor[] = [
8185
login: "pritzza",
8286
html_url: "https://github.com/pritzza",
8387
},
88+
{
89+
login: "henrynoyes",
90+
html_url: "https://github.com/henrynoyes",
91+
},
8492
{
8593
login: "yzslab",
8694
html_url: "https://github.com/yzslab",
@@ -109,6 +117,10 @@ export const GITHUB_CONTRIBUTORS: Contributor[] = [
109117
login: "nlml",
110118
html_url: "https://github.com/nlml",
111119
},
120+
{
121+
login: "kevinzakka",
122+
html_url: "https://github.com/kevinzakka",
123+
},
112124
{
113125
login: "kdexd",
114126
html_url: "https://github.com/kdexd",
@@ -117,6 +129,10 @@ export const GITHUB_CONTRIBUTORS: Contributor[] = [
117129
login: "ojh6404",
118130
html_url: "https://github.com/ojh6404",
119131
},
132+
{
133+
login: "heiwang1997",
134+
html_url: "https://github.com/heiwang1997",
135+
},
120136
{
121137
login: "hongsukchoi",
122138
html_url: "https://github.com/hongsukchoi",
@@ -125,10 +141,6 @@ export const GITHUB_CONTRIBUTORS: Contributor[] = [
125141
login: "mcallisterdavid",
126142
html_url: "https://github.com/mcallisterdavid",
127143
},
128-
{
129-
login: "david-dorf",
130-
html_url: "https://github.com/david-dorf",
131-
},
132144
{
133145
login: "cvachha",
134146
html_url: "https://github.com/cvachha",

0 commit comments

Comments
 (0)