Skip to content

Commit

Permalink
[PY] bump: 1.4.1 patch (#2079)
Browse files Browse the repository at this point in the history
## Linked issues

closes: #minor

## Attestation Checklist

- [x] My code follows the style guidelines of this project

- I have checked for/fixed spelling, linting, and other errors
- I have commented my code for clarity
- I have made corresponding changes to the documentation (updating the
doc strings in the code is sufficient)
- My changes generate no new warnings
- I have added tests that validates my changes, and provides sufficient
test coverage. I have tested with:
  - Local testing
  - E2E testing in Teams
- New and existing unit tests pass locally with my changes
  • Loading branch information
lilyydu authored Oct 3, 2024
1 parent 130fa70 commit d14004c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/packages/ai/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "teams-ai"
version = "1.4.0"
version = "1.4.1"
description = "SDK focused on building AI based applications for Microsoft Teams."
authors = ["Microsoft <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit d14004c

Please sign in to comment.