ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.163.1

This commit is contained in:
speakeasybot
2024-02-01 22:32:56 +00:00
parent d935f0f679
commit c9c44aadcd
6 changed files with 23 additions and 12 deletions

View File

@@ -9,8 +9,8 @@ except FileNotFoundError:
long_description = ""
setuptools.setup(
name="plexpy",
version="0.0.2",
name="plex-api-client",
version="0.1.0",
author="LukeHagar",
description="Python Client SDK Generated by Speakeasy",
long_description=long_description,
@@ -37,5 +37,5 @@ setuptools.setup(
},
package_dir={'': 'src'},
python_requires='>=3.8',
package_data={"plexpy": ["py.typed"]},
package_data={"plex-api-client": ["py.typed"]},
)