Skip to content

Commit 2b37a67

Browse files
committed
Set version to 0.26.0-beta
1 parent 508d24f commit 2b37a67

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.44
66
speakeasyVersion: 1.346.0
77
generationVersion: 2.379.3
8-
releaseVersion: 0.26.0
9-
configChecksum: b455a107798458739736480ac5f51e86
8+
releaseVersion: 0.26.0-beta
9+
configChecksum: 96c9dbe127b795111b840819ebcc996d
1010
repoURL: https://github.com/Unstructured-IO/unstructured-python-client.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/Unstructured-IO/unstructured-python-client.git

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generation:
1010
auth:
1111
oAuth2ClientCredentialsEnabled: false
1212
python:
13-
version: 0.26.0
13+
version: 0.26.0-beta
1414
additionalDependencies:
1515
dev: {}
1616
main:

pyproject.toml

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

src/unstructured_client/sdkconfiguration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ class SDKConfiguration:
3434
server: Optional[str] = ""
3535
language: str = "python"
3636
openapi_doc_version: str = "1.0.44"
37-
sdk_version: str = "0.26.0"
37+
sdk_version: str = "0.26.0-beta"
3838
gen_version: str = "2.379.3"
39-
user_agent: str = "speakeasy-sdk/python 0.26.0 2.379.3 1.0.44 unstructured-client"
39+
user_agent: str = "speakeasy-sdk/python 0.26.0-beta 2.379.3 1.0.44 unstructured-client"
4040
retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
4141
timeout_ms: Optional[int] = None
4242

0 commit comments

Comments
 (0)