diff --git a/setup.py b/setup.py index cf8e6e8..0f8f153 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setuptools.setup( name="streamlit-option-menu", - version="0.3.6", + version="0.3.12", author="Victor Yan", author_email="victoryhb@163.com", description="streamlit-option-menu is a simple Streamlit component that allows users to select a single item from a list of options in a menu.",