Skip to content

Commit 5d72e71

Browse files
release: 1.0.0 (#24)
* chore: release 1.0.0 * release: 1.0.0 --------- Co-authored-by: dr3s <[email protected]> Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 8a504bc commit 5d72e71

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
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-
".": "1.0.0-alpha.22"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 1.0.0 (2025-05-08)
4+
5+
Full Changelog: [v1.0.0-alpha.22...v1.0.0](https://github.com/aymara-ai/aymara-sdk-python/compare/v1.0.0-alpha.22...v1.0.0)
6+
37
## 1.0.0-alpha.22 (2025-05-08)
48

59
Full Changelog: [v1.0.0-alpha.21...v1.0.0-alpha.22](https://github.com/aymara-ai/aymara-sdk-python/compare/v1.0.0-alpha.21...v1.0.0-alpha.22)

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 [docs.aymara.ai](https://docs.aymara.
1616

1717
```sh
1818
# install from PyPI
19-
pip install --pre aymara-ai-sdk
19+
pip install aymara-ai-sdk
2020
```
2121

2222
## Usage

examples/image_safety_eval.ipynb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": 1,
23+
"execution_count": null,
2424
"metadata": {},
2525
"outputs": [],
2626
"source": [
2727
"%load_ext autoreload\n",
28-
"%autoreload 2\n",
29-
"%reload_ext autoreload"
28+
"%autoreload 2"
3029
]
3130
},
3231
{

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aymara-ai-sdk"
3-
version = "1.0.0-alpha.22"
3+
version = "1.0.0"
44
description = "The official Python library for the aymara-ai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/aymara_ai/_version.py

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__ = "aymara_ai"
4-
__version__ = "1.0.0-alpha.22" # x-release-please-version
4+
__version__ = "1.0.0" # x-release-please-version

0 commit comments

Comments
 (0)