Skip to content

Commit

Permalink
bump version;
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wrzr committed Feb 2, 2024
1 parent 55a1d5b commit bcb9e4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setuptools.setup(
name="streamlit-searchbox",
version="0.1.6",
version="0.1.7",
author="m-wrzr",
description="Autocomplete Searchbox",
long_description="Streamlit searchbox that dynamically updates "
Expand Down
2 changes: 1 addition & 1 deletion streamlit_searchbox/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "streamlit_searchbox",
"version": "0.1.6",
"version": "0.1.7",
"private": true,
"dependencies": {
"@types/jest": "^24.0.0",
Expand Down

0 comments on commit bcb9e4f

Please sign in to comment.