Skip to content

Commit 309b7b3

Browse files
authored
Update readme for 1.0 (#20)
1 parent 279be90 commit 309b7b3

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ This repo contains the Python package for integrating with the
44
[Extism](https://extism.org/) Webassembly framework. Install this library into
55
your Python application host to run Extism WebAssembly guest plug-ins.
66

7-
> **Note**: :warning: This repo is 1.0 alpha version of the Python SDK and is a work in
8-
> progress. :warning:
9-
>
10-
> This is safe and recommended to use for a new integration, however we may
11-
> push breaking changes until we hit 1.0 in December, 2023.
12-
137
```python
148
import extism
159
import json
@@ -30,10 +24,10 @@ Install this package from [PyPI](https://pypi.org/project/extism/):
3024

3125
```shell
3226
# using pip
33-
$ pip install extism==1.0.0rc0 --pre
27+
$ pip install extism==1.0.0
3428

3529
# using poetry
36-
$ poetry add extism=^1.0.0rc0 --allow-prereleases
30+
$ poetry add extism=^1.0.0
3731
```
3832

3933
The `extism` package should install an appropriate `extism_sys` dependency

0 commit comments

Comments
 (0)