From 970e13f9f9b1b9d9cf2ac0e0f2da0a63d92b6fc1 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 19:25:38 +0000 Subject: [PATCH] release: 0.0.1-alpha.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- src/structify/_version.py | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c4762802..55f722d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1-alpha.0" + ".": "0.0.1-alpha.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..128b0e18 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.0.1-alpha.1 (2024-04-30) + +Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/StructifyAI/new_client/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) + +### Chores + +* go live ([#1](https://github.com/StructifyAI/new_client/issues/1)) ([c643947](https://github.com/StructifyAI/new_client/commit/c643947f348d7738e8899be9db7d7d8c789e7532)) diff --git a/pyproject.toml b/pyproject.toml index 9da66ed1..d09ef70f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "structify" -version = "0.0.1-alpha.0" +version = "0.0.1-alpha.1" 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 86db4d2c..9302b564 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__ = "0.0.1-alpha.0" # x-release-please-version +__version__ = "0.0.1-alpha.1" # x-release-please-version