diff --git a/MANIFEST.in b/MANIFEST.in index 0b4ad44..a50b302 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -streamlit_chat/frontend/build * +recursive-include streamlit_chat/frontend/build * diff --git a/dist/streamlit-chat-0.0.1.1.tar.gz b/dist/streamlit-chat-0.0.1.1.tar.gz new file mode 100644 index 0000000..01de96d Binary files /dev/null and b/dist/streamlit-chat-0.0.1.1.tar.gz differ diff --git a/dist/streamlit-chat-0.0.1.tar.gz b/dist/streamlit-chat-0.0.1.tar.gz deleted file mode 100644 index fe5afc5..0000000 Binary files a/dist/streamlit-chat-0.0.1.tar.gz and /dev/null differ diff --git a/dist/streamlit_chat-0.0.1-py3-none-any.whl b/dist/streamlit_chat-0.0.1-py3-none-any.whl deleted file mode 100644 index 29b0d1d..0000000 Binary files a/dist/streamlit_chat-0.0.1-py3-none-any.whl and /dev/null differ diff --git a/dist/streamlit_chat-0.0.1.1-py3-none-any.whl b/dist/streamlit_chat-0.0.1.1-py3-none-any.whl new file mode 100644 index 0000000..c85f3b1 Binary files /dev/null and b/dist/streamlit_chat-0.0.1.1-py3-none-any.whl differ diff --git a/setup.py b/setup.py index 0ae4e93..684378b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="streamlit-chat", - version="0.0.1", + version="0.0.1.1", author="Yash Pravin Pawar, Yash Vardhan Kapil", author_email="yashpawarp@gmail.com, workid169@gmail.com", description="A streamlit component, to make chatbots",