Skip to content

Commit 7d5fc43

Browse files
committed
Fix release version
1 parent 08c612c commit 7d5fc43

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 1.0.78
66
speakeasyVersion: 1.490.0
77
generationVersion: 2.512.0
8-
releaseVersion: 0.35.6
9-
configChecksum: 25ef7f396b3ae9baaa0c7d624b520182
8+
releaseVersion: 0.30.6
9+
configChecksum: c946e26d3a3b2fe2756ff169416b448c
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,6 @@ Based on:
832832
- OpenAPI Doc
833833
- Speakeasy CLI 1.505.0 (2.531.0) https://github.com/speakeasy-api/speakeasy
834834
### Generated
835-
- [python v0.31.0] .
835+
- [python v0.30.6] .
836836
### Releases
837-
- [PyPI v0.31.0] https://pypi.org/project/unstructured-client/0.31.0 - .
837+
- [PyPI v0.30.6] https://pypi.org/project/unstructured-client/0.30.6 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ generation:
1313
oAuth2ClientCredentialsEnabled: false
1414
oAuth2PasswordEnabled: false
1515
python:
16-
version: 0.35.6
16+
version: 0.30.6
1717
additionalDependencies:
1818
dev:
1919
deepdiff: '>=6.0'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unstructured-client"
3-
version = "0.35.6"
3+
version = "0.30.6"
44
description = "Python Client SDK for Unstructured API"
55
authors = [{ name = "Unstructured" },]
66
readme = "README-PYPI.md"

src/unstructured_client/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
import importlib.metadata
44

55
__title__: str = "unstructured-client"
6-
__version__: str = "0.35.6"
6+
__version__: str = "0.30.6"
77
__openapi_doc_version__: str = "1.0.78"
88
__gen_version__: str = "2.512.0"
9-
__user_agent__: str = "speakeasy-sdk/python 0.35.6 2.512.0 1.0.78 unstructured-client"
9+
__user_agent__: str = "speakeasy-sdk/python 0.30.6 2.512.0 1.0.78 unstructured-client"
1010

1111
try:
1212
if __package__ is not None:

0 commit comments

Comments
 (0)