Skip to content

Commit e93a76a

Browse files
authored
bump version to 3.3.1 (#119)
This was released back in January, but apparently I never checked in the changes :facepalm:. Sorry! This also updates `README.md` to point to the new repo location. Signed-off-by: Joel Dice <joel.dice@fermyon.com>
1 parent ecd344a commit e93a76a

File tree

17 files changed

+22
-22
lines changed

17 files changed

+22
-22
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Spin Python SDK
22

3-
This is an SDK for creating [Spin](https://github.com/fermyon/spin) apps using Python.
3+
This is an SDK for creating [Spin](https://github.com/spinframework/spin) apps using Python.
44

55
Note that this SDK supersedes an earlier, experimental version, which may be
6-
found in the [old-sdk](https://github.com/fermyon/spin-python-sdk/tree/old-sdk)
6+
found in the [old-sdk](https://github.com/spinframework/spin-python-sdk/tree/old-sdk)
77
branch.
88

9-
## [API Documentation](https://fermyon.github.io/spin-python-sdk/v3/index.html)
9+
## [API Documentation](https://spinframework.github.io/spin-python-sdk/v3/index.html)
1010

1111
## Example
1212

@@ -15,7 +15,7 @@ branch.
1515
- [Python 3.10 or later and pip](https://www.python.org/downloads/)
1616
- [componentize-py](https://pypi.org/project/componentize-py/)
1717
- [spin-sdk](https://pypi.org/project/spin-sdk/)
18-
- [Spin](https://github.com/fermyon/spin) 2.2 or later.
18+
- [Spin](https://github.com/spinframework/spin) 2.2 or later.
1919
- [MyPy](https://pypi.org/project/mypy/) -- This is optional, but useful for during development.
2020

2121
Once you have Python and pip installed, you can use the latter to create and
@@ -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.16.0 spin-sdk==3.3.0 mypy==1.8.0
27+
pip install componentize-py==0.16.0 spin-sdk==3.3.1 mypy==1.8.0
2828
```
2929

3030
### Hello, World
@@ -93,4 +93,4 @@ Hello from Python!
9393

9494
Please file an issue if you have any trouble.
9595

96-
See the [examples directory](https://github.com/fermyon/spin-python-sdk/tree/main/examples) in the repository for more examples.
96+
See the [examples directory](https://github.com/spinframework/spin-python-sdk/tree/main/examples) in the repository for more examples.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.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 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0

examples/spin-kv/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0

examples/spin-llm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
spin-sdk == 3.3.0
1+
spin-sdk == 3.3.1
22
componentize-py == 0.16.0

0 commit comments

Comments
 (0)