Skip to content

Commit 6021259

Browse files
committed
bump componentize-py version to v0.23.0
1 parent 95373e6 commit 6021259

18 files changed

Lines changed: 19 additions & 19 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
- Python
66
- `pip`
7-
- `componentize-py` 0.22.1
7+
- `componentize-py` 0.23.0
88

99
Once you have `pip` installed, you can install `componentize-py` using:
1010

1111
```bash
12-
pip install componentize-py==0.22.1
12+
pip install componentize-py==0.23.0
1313
```
1414

1515
### Generating the bindings

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enter a virtual environment and then install the desired packages
2424
```shell
2525
python -m venv .venv
2626
source .venv/bin/activate
27-
pip install componentize-py==0.22.1 spin-sdk==4.0.0 mypy==1.8.0
27+
pip install componentize-py==0.23.0 spin-sdk==4.0.0 mypy==1.8.0
2828
```
2929

3030
### Hello, World
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0
33
http-router == 4.1.2

examples/hello/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0

examples/spin-kv/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0

examples/spin-llm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
spin-sdk == 4.0.0
2-
componentize-py == 0.22.1
2+
componentize-py == 0.23.0

0 commit comments

Comments
 (0)