diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c476280..55f722d 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 0000000..11bd91b --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,9 @@ +# Changelog + +## 0.0.1-alpha.1 (2024-04-24) + +Full Changelog: [v0.0.1-alpha.0...v0.0.1-alpha.1](https://github.com/vvonchain/case-filing-api/compare/v0.0.1-alpha.0...v0.0.1-alpha.1) + +### Chores + +* update SDK settings ([#1](https://github.com/vvonchain/case-filing-api/issues/1)) ([8db6408](https://github.com/vvonchain/case-filing-api/commit/8db6408c456baf0ee45bbb0f6e3c6a57172f2d90)) diff --git a/pyproject.toml b/pyproject.toml index a9adf33..b25b5c4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "case-filing-api" -version = "0.0.1-alpha.0" +version = "0.0.1-alpha.1" description = "The official Python library for the case-filing-api API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/case_filing_api/_version.py b/src/case_filing_api/_version.py index 096203b..07db869 100644 --- a/src/case_filing_api/_version.py +++ b/src/case_filing_api/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "case_filing_api" -__version__ = "0.0.1-alpha.0" # x-release-please-version +__version__ = "0.0.1-alpha.1" # x-release-please-version