diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fa1c44bb..45566767 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.66.0" + ".": "1.67.0" } \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 92087ec2..8a388301 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "structifyai" -version = "1.66.0" +version = "1.67.0" description = "The official Python library for the structify API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/structify/_version.py b/src/structify/_version.py index e5b47a1d..a7af4995 100644 --- a/src/structify/_version.py +++ b/src/structify/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "structify" -__version__ = "1.66.0" # x-release-please-version +__version__ = "1.67.0" # x-release-please-version