We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31c0d4 commit 3e695d7Copy full SHA for 3e695d7
.release-please-manifest.json
@@ -1,3 +1,3 @@
1
{
2
- ".": "1.7.1"
+ ".": "1.7.2"
3
}
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "lumaai"
-version = "1.7.1"
+version = "1.7.2"
4
description = "The official Python library for the lumaai API"
5
dynamic = ["readme"]
6
license = "Apache-2.0"
src/lumaai/_version.py
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
__title__ = "lumaai"
-__version__ = "1.7.1" # x-release-please-version
+__version__ = "1.7.2" # x-release-please-version
0 commit comments