Skip to content

Commit 1d297b4

Browse files
committed
fix: fix wrong package name
1 parent 79002b3 commit 1d297b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This library is experimental for [GhostOS](https://github.com/ghost-in-moss/Ghos
1010
install `streamlit-react-jsonschema` with pip
1111

1212
```bash
13-
pip install streamlit-react-jsonschema
13+
pip install streamlit_react_jsonschema
1414
```
1515

1616
## Example

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 = "streamlit_react_jsonschema"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "streamlit component for GhostOS, render form from JSONSchema by react-jsonschema-component"
55
authors = ["ZhuMing <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)