Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stonier committed Dec 22, 2023
1 parent 3173eba commit 7e9d3d2
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 @@ -14,7 +14,7 @@

setup(
name='streamlit_parameters',
version='0.1.4',
version='0.1.5',
packages=find_packages(exclude=['tests*', 'docs*']),
install_requires=install_requires,
extras_require=extras_require,
Expand Down
2 changes: 1 addition & 1 deletion streamlit_parameters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
##############################################################################

# Update in setup.py as well
__version__ = "0.1.4"
__version__ = "0.1.5"

# import pkg_resources

Expand Down

0 comments on commit 7e9d3d2

Please # to comment.