streamlit-sortable-multiselect 0.7.0__tar.gz → 0.7.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (16) hide show
  1. {streamlit_sortable_multiselect-0.7.0/streamlit_sortable_multiselect.egg-info → streamlit_sortable_multiselect-0.7.1}/PKG-INFO +2 -2
  2. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/pyproject.toml +2 -2
  3. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/__init__.py +1 -1
  4. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1/streamlit_sortable_multiselect.egg-info}/PKG-INFO +2 -2
  5. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/LICENSE +0 -0
  6. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/MANIFEST.in +0 -0
  7. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/README.md +0 -0
  8. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/setup.cfg +0 -0
  9. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/frontend/build/assets/index-ACSWLoJh.js +0 -0
  10. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/frontend/build/assets/index-BKFJvHHF.css +0 -0
  11. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect/frontend/build/index.html +0 -0
  12. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/SOURCES.txt +0 -0
  13. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/dependency_links.txt +0 -0
  14. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/requires.txt +0 -0
  15. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/streamlit_sortable_multiselect.egg-info/top_level.txt +0 -0
  16. {streamlit_sortable_multiselect-0.7.0 → streamlit_sortable_multiselect-0.7.1}/tests/test_wrapper.py +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: streamlit-sortable-multiselect
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: A Streamlit custom component for selecting and reordering multiple string values.
5
- Author: Developer
5
+ Author: Kentaro Aoki
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
8
8
  Project-URL: Repository, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "streamlit-sortable-multiselect"
7
- version = "0.7.0"
7
+ version = "0.7.1"
8
8
  description = "A Streamlit custom component for selecting and reordering multiple string values."
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
11
11
  authors = [
12
- { name = "Developer" },
12
+ { name = "Kentaro Aoki" },
13
13
  ]
14
14
  license = "MIT"
15
15
  keywords = ["streamlit", "component", "multiselect", "sortable", "drag-and-drop"]
@@ -8,7 +8,7 @@ from typing import Any, Iterable, Mapping, Sequence, cast
8
8
 
9
9
  import streamlit.components.v1 as components
10
10
 
11
- __version__ = "0.7.0"
11
+ __version__ = "0.7.1"
12
12
  __all__ = ["sortable_multiselect"]
13
13
 
14
14
  _COMPONENT_NAME = "streamlit_sortable_multiselect"
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: streamlit-sortable-multiselect
3
- Version: 0.7.0
3
+ Version: 0.7.1
4
4
  Summary: A Streamlit custom component for selecting and reordering multiple string values.
5
- Author: Developer
5
+ Author: Kentaro Aoki
6
6
  License-Expression: MIT
7
7
  Project-URL: Homepage, https://github.com/KentaroAOKI/streamlit-sortable-multiselect
8
8
  Project-URL: Repository, https://github.com/KentaroAOKI/streamlit-sortable-multiselect