Skip to content

Commit d79b033

Browse files
release: 0.1.0-alpha.20
1 parent 35c69cd commit d79b033

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
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.1.0-alpha.19"
2+
".": "0.1.0-alpha.20"
33
}

CHANGELOG.md

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

3+
## 0.1.0-alpha.20 (2025-07-20)
4+
5+
Full Changelog: [v0.1.0-alpha.19...v0.1.0-alpha.20](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.19...v0.1.0-alpha.20)
6+
7+
### Chores
8+
9+
* **internal:** version bump ([35c69cd](https://github.com/digitalocean/gradientai-python/commit/35c69cda3d222a0c0a660460474c8127850f40b9))
10+
* **internal:** version bump ([7d4615a](https://github.com/digitalocean/gradientai-python/commit/7d4615aeacf5d5bb7eba109363e02a2828ad0312))
11+
312
## 0.1.0-alpha.19 (2025-07-19)
413

514
Full Changelog: [v0.1.0-alpha.18...v0.1.0-alpha.19](https://github.com/digitalocean/gradientai-python/compare/v0.1.0-alpha.18...v0.1.0-alpha.19)

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_gradientai"
3-
version = "0.1.0-alpha.19"
3+
version = "0.1.0-alpha.20"
44
description = "The official Python library for GradientAI"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/do_gradientai/_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__ = "do_gradientai"
4-
__version__ = "0.1.0-alpha.19" # x-release-please-version
4+
__version__ = "0.1.0-alpha.20" # x-release-please-version

0 commit comments

Comments
 (0)