Skip to content

Commit

Permalink
Python: Bump Python version to 0.9.8b1 for a release. (#6178)
Browse files Browse the repository at this point in the history
### Motivation and Context

Bump Python version to 0.9.8b1 for a release.
<!-- 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
Bump Python version to 0.9.8b1 for a release.
<!-- 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 May 9, 2024
1 parent e389ada commit 7b4aba4
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 14 deletions.
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.9.7b1"
version = "0.9.8b1"
description = "Semantic Kernel Python SDK"
authors = ["Microsoft <SK-Support@microsoft.com>"]
readme = "pip/README.md"
Expand Down
2 changes: 1 addition & 1 deletion python/samples/getting_started/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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion python/samples/getting_started/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 -U semantic-kernel==0.9.7b1"
"!python -m pip install -U semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1\n",
"!python -m pip install semantic-kernel==0.9.8b1\n",
"!python -m pip install azure-core==1.30.1\n",
"!python -m pip install azure-search-documents==11.4.0"
]
Expand Down
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[hugging_face]==0.9.7b1"
"!python -m pip install semantic-kernel[hugging_face]==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
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.9.7b1"
"!python -m pip install semantic-kernel==0.9.8b1"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
"metadata": {},
"outputs": [],
"source": [
"!pip install semantic-kernel==0.9.7b1\n",
"!pip install semantic-kernel==0.9.8b1\n",
"!pip install weaviate-client\n",
"!pip install python-dotenv"
]
Expand Down

0 comments on commit 7b4aba4

Please sign in to comment.