Skip to content

Commit 52ea5e2

Browse files
chore: bump version to v2.8.1-beta.2
1 parent c8ddd5b commit 52ea5e2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.8.1-beta.1"
3-
}
2+
".": "v2.8.1-beta.2"
3+
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "aimlapi-sdk-python"
3-
version = "2.8.1-beta.1"
3+
version = "v2.8.1-beta.2"
44
description = "AI/ML API Python SDK"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/aimlapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
"""
77

88
__title__ = "aimlapi"
9-
__version__ = "2.8.1-beta.1" # x-release-please-version
9+
__version__ = "v2.8.1-beta.2" # x-release-please-version

0 commit comments

Comments
 (0)