Skip to content

Commit c45153e

Browse files
committed
0.9.1 release prep
Signed-off-by: Lance-Drane <Lance-Drane@users.noreply.github.com>
1 parent c6c001e commit c45153e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
python-version: "3.12"
2525
- name: "Build package"
26-
run: uv build
26+
run: uv build --no-create-gitignore
2727
- name: Publish package to PyPI
2828
uses: pypa/gh-action-pypi-publish@release/v1
2929
with:

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ Initial reorganization of SDK packaging.
1111
- Added new argument to `ControlPlaneManager.add_subscription_channel()` which specifies a queue name to use.
1212
- Add `is_root` option to `ControlPlaneConfig` in preparation for Registry Service.
1313

14-
[0.9.1]: https://github.com/INTERSECT-SDK/python-sdk-common/releases/tag/0.9.1
14+
[0.9.1]: https://github.com/INTERSECT-SDK/intersect-python-common/releases/tag/0.9.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ readme = "README.md"
1818
license = { text = "BSD-3-Clause" }
1919
requires-python = ">=3.10,<4.0"
2020
keywords = ["intersect"]
21-
version = "0.9.1a"
21+
version = "0.9.1"
2222
classifiers = [
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.10",

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)