Skip to content

Commit d267df6

Browse files
committed
Upgrade Python SDK to spec 1.10.0
1 parent 51dc603 commit d267df6

File tree

140 files changed

+142
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+142
-142
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
7777
Join the [Discord server](https://discord.gg/Ge2APMhPfD) to get in touch with us.
7878
79-
The version of the OpenAPI document: 1.9.1
79+
The version of the OpenAPI document: 1.10.0
8080
Contact: me@ariesclark.com
8181
Generated by: https://openapi-generator.tech
8282
"""
@@ -85,7 +85,7 @@
8585
from setuptools import setup, find_packages # noqa: H301
8686

8787
NAME = "vrchatapi"
88-
VERSION = "1.9.1"
88+
VERSION = "1.10.0"
8989
# To install the library, run the following
9090
#
9191
# python setup.py install

vrchatapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
VRChat API Documentation
77
88
9-
The version of the OpenAPI document: 1.9.1
9+
The version of the OpenAPI document: 1.10.0
1010
Contact: me@ariesclark.com
1111
Generated by: https://openapi-generator.tech
1212
"""

vrchatapi/api/authentication_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/avatars_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/economy_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/favorites_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/files_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/friends_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/groups_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

vrchatapi/api/instances_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VRChat API Documentation
55
66
7-
The version of the OpenAPI document: 1.9.1
7+
The version of the OpenAPI document: 1.10.0
88
Contact: me@ariesclark.com
99
Generated by: https://openapi-generator.tech
1010
"""

0 commit comments

Comments
 (0)