Skip to content

Commit 4998063

Browse files
authored
Python: Bump version to 1.0.0rc1. (microsoft#6321)
### Motivation and Context Python: Bump version to 1.0.0rc1. <!-- 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 Python: Bump version to 1.0.0rc1. <!-- 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 😄
1 parent a894aeb commit 4998063

14 files changed

+14
-14
lines changed

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "semantic-kernel"
3-
version = "0.9.9b1"
3+
version = "1.0.0rc1"
44
description = "Semantic Kernel Python SDK"
55
authors = ["Microsoft <SK-Support@microsoft.com>"]
66
readme = "pip/README.md"

python/samples/getting_started/00-getting-started.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"metadata": {},
1717
"outputs": [],
1818
"source": [
19-
"!python -m pip install semantic-kernel==0.9.9b1"
19+
"!python -m pip install semantic-kernel==1.0.0rc1"
2020
]
2121
},
2222
{

python/samples/getting_started/01-basic-loading-the-kernel.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"!python -m pip install semantic-kernel==0.9.9b1"
28+
"!python -m pip install semantic-kernel==1.0.0rc1"
2929
]
3030
},
3131
{

python/samples/getting_started/02-running-prompts-from-file.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"metadata": {},
106106
"outputs": [],
107107
"source": [
108-
"!python -m pip install semantic-kernel==0.9.9b1"
108+
"!python -m pip install semantic-kernel==1.0.0rc1"
109109
]
110110
},
111111
{

python/samples/getting_started/03-prompt-function-inline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"metadata": {},
4949
"outputs": [],
5050
"source": [
51-
"!python -m pip install semantic-kernel==0.9.9b1"
51+
"!python -m pip install semantic-kernel==1.0.0rc1"
5252
]
5353
},
5454
{

python/samples/getting_started/04-kernel-arguments-chat.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"metadata": {},
2727
"outputs": [],
2828
"source": [
29-
"!python -m pip install semantic-kernel==0.9.9b1"
29+
"!python -m pip install semantic-kernel==1.0.0rc1"
3030
]
3131
},
3232
{

python/samples/getting_started/05-using-the-planner.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"metadata": {},
2424
"outputs": [],
2525
"source": [
26-
"!python -m pip install -U semantic-kernel==0.9.9b1"
26+
"!python -m pip install -U semantic-kernel==1.0.0rc1"
2727
]
2828
},
2929
{

python/samples/getting_started/06-memory-and-embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"metadata": {},
2929
"outputs": [],
3030
"source": [
31-
"!python -m pip install semantic-kernel==0.9.9b1\n",
31+
"!python -m pip install semantic-kernel==1.0.0rc1\n",
3232
"!python -m pip install azure-core==1.30.1\n",
3333
"!python -m pip install azure-search-documents==11.4.0"
3434
]

python/samples/getting_started/07-hugging-face-for-plugins.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metadata": {},
2121
"outputs": [],
2222
"source": [
23-
"!python -m pip install semantic-kernel[hugging_face]==0.9.9b1"
23+
"!python -m pip install semantic-kernel[hugging_face]==1.0.0rc1"
2424
]
2525
},
2626
{

python/samples/getting_started/08-native-function-inline.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"metadata": {},
4747
"outputs": [],
4848
"source": [
49-
"!python -m pip install semantic-kernel==0.9.9b1"
49+
"!python -m pip install semantic-kernel==1.0.0rc1"
5050
]
5151
},
5252
{

python/samples/getting_started/09-groundedness-checking.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"metadata": {},
8383
"outputs": [],
8484
"source": [
85-
"!python -m pip install semantic-kernel==0.9.9b1"
85+
"!python -m pip install semantic-kernel==1.0.0rc1"
8686
]
8787
},
8888
{

python/samples/getting_started/10-multiple-results-per-prompt.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"metadata": {},
2626
"outputs": [],
2727
"source": [
28-
"!python -m pip install semantic-kernel==0.9.9b1"
28+
"!python -m pip install semantic-kernel==1.0.0rc1"
2929
]
3030
},
3131
{

python/samples/getting_started/11-streaming-completions.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"metadata": {},
1919
"outputs": [],
2020
"source": [
21-
"!python -m pip install semantic-kernel==0.9.9b1"
21+
"!python -m pip install semantic-kernel==1.0.0rc1"
2222
]
2323
},
2424
{

python/samples/getting_started/third_party/weaviate-persistent-memory.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"metadata": {},
115115
"outputs": [],
116116
"source": [
117-
"!pip install semantic-kernel==0.9.9b1\n",
117+
"!pip install semantic-kernel==1.0.0rc1\n",
118118
"!pip install weaviate-client\n",
119119
"!pip install python-dotenv"
120120
]

0 commit comments

Comments
 (0)