Skip to content

Commit 7db99fd

Browse files
release: 0.0.1
1 parent 53efef7 commit 7db99fd

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.1-alpha.0"
2+
".": "0.0.1"
33
}

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Changelog
2+
3+
## 0.0.1 (2025-06-10)
4+
5+
Full Changelog: [v0.0.1-alpha.0...v0.0.1](https://github.com/digitalocean/genai-python/compare/v0.0.1-alpha.0...v0.0.1)
6+
7+
### Chores
8+
9+
* sync repo ([2c8aea2](https://github.com/digitalocean/genai-python/commit/2c8aea218c5d674ab3a9ec0ffda949d588e39866))
10+
* update SDK settings ([53efef7](https://github.com/digitalocean/genai-python/commit/53efef7c21a5e666e103a76a36059810c2532f05))
11+
* update SDK settings ([5f239d3](https://github.com/digitalocean/genai-python/commit/5f239d34b86e29272f37460edc6b38a5964b343b))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The REST API documentation can be found on [help.openai.com](https://help.openai
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre do-genai
19+
pip install do-genai
2020
```
2121

2222
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "do-genai"
3-
version = "0.0.1-alpha.0"
3+
version = "0.0.1"
44
description = "The official Python library for the serverless-inference-sdk-prod API"
55
dynamic = ["readme"]
66
license = "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "serverless_inference_sdk_prod"
4-
__version__ = "0.0.1-alpha.0" # x-release-please-version
4+
__version__ = "0.0.1" # x-release-please-version

0 commit comments

Comments
 (0)