Skip to content

Commit

Permalink
Bump Python version to 1.17.0 for a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
moonbox3 committed Dec 4, 2024
1 parent 3c13912 commit b0fc58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/semantic_kernel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

from semantic_kernel.kernel import Kernel

__version__ = "1.16.0"
__version__ = "1.17.0"
__all__ = ["Kernel", "__version__"]

0 comments on commit b0fc58e

Please sign in to comment.