We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd3479 commit 6179450Copy full SHA for 6179450
3 files changed
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "0.23.0"
+ ".": "0.24.0"
3
}
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "runloop_api_client"
-version = "0.23.0"
+version = "0.24.0"
4
description = "The official Python library for the runloop API"
5
dynamic = ["readme"]
6
license = "MIT"
src/runloop_api_client/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "runloop_api_client"
-__version__ = "0.23.0" # x-release-please-version
+__version__ = "0.24.0" # x-release-please-version
0 commit comments