release v0.12.1
Some checks are pending
PR Labeler / label-workflow-changes (pull_request) Waiting to run
Mypy Type Checking for CLI / type-check-cli (pull_request) Waiting to run
/ Run pr agent on every pull request, respond to user comments (pull_request) Waiting to run
unit-tests / unit-tests (3.10) (pull_request) Waiting to run
unit-tests / unit-tests (3.11) (pull_request) Waiting to run
unit-tests / unit-tests (3.12) (pull_request) Waiting to run
unit-tests / unit-tests (3.9) (pull_request) Waiting to run

This commit is contained in:
Saurabh Misra 2025-04-24 21:24:58 -07:00
parent 6dbfa20cac
commit 11921604e0

View file

@ -1,3 +1,3 @@
# These version placeholders will be replaced by poetry-dynamic-versioning during `poetry build`.
__version__ = "0.12.0"
__version_tuple__ = (0, 12, 0)
__version__ = "0.12.1"
__version_tuple__ = (0, 12, 1)