Skip to content

Commit

Permalink
Python: Bump pyproject.toml to 0.9.0.beta1 for beta release. Match no…
Browse files Browse the repository at this point in the history
…tebooks. (#5291)

### Motivation and Context

In preperation for a Python SDK beta release, bumping the pyproject.toml
version to 0.9.0.beta1.

<!-- Thank you for your contribution to the semantic-kernel repo!
Please help reviewers and future users, providing the following
information:
  1. Why is this change required?
  2. What problem does it solve?
  3. What scenario does it contribute to?
  4. If it fixes an open issue, please link to the issue here.
-->

### Description

In preperation for a Python SDK beta release, bumping the pyproject.toml
version to 0.9.0.beta1.

<!-- Describe your changes, the overall approach, the underlying design.
These notes will help understanding how your code works. Thanks! -->

### Contribution Checklist

<!-- Before submitting this PR, please make sure: -->

- [X] The code builds clean without any errors or warnings
- [X] The PR follows the [SK Contribution
Guidelines](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md)
and the [pre-submission formatting
script](https://github.com/microsoft/semantic-kernel/blob/main/CONTRIBUTING.md#development-scripts)
raises no violations
- [X] All unit tests pass, and I have added new tests where possible
- [X] I didn't break anyone 😄
  • Loading branch information
moonbox3 committed Mar 4, 2024
1 parent 3ea7fd4 commit d65d3b6
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion python/notebooks/00-getting-started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/01-basic-loading-the-kernel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/02-running-prompts-from-file.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/03-prompt-function-inline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/04-kernel-arguments-chat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/05-using-the-planner.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/06-memory-and-embeddings.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/07-hugging-face-for-plugins.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0\n",
"!python -m pip install semantic-kernel==0.9.0.beta1\n",
"\n",
"# Note that additional dependencies are required for the Hugging Face connectors:\n",
"!python -m pip install torch==2.0.0\n",
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/08-native-function-inline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/09-groundedness-checking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/10-multiple-results-per-prompt.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/notebooks/11-streaming-completions.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"metadata": {},
"outputs": [],
"source": [
"!python -m pip install semantic-kernel==0.5.1.dev0"
"!python -m pip install semantic-kernel==0.9.0.beta1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "semantic-kernel"
version = "0.5.1.dev"
version = "0.9.0.beta1"
description = "Semantic Kernel Python SDK"
authors = ["Microsoft <[email protected]>"]
readme = "pip/README.md"
Expand Down

0 comments on commit d65d3b6

Please sign in to comment.