diff --git a/setup.py b/setup.py index 13df00e..9942580 100644 --- a/setup.py +++ b/setup.py @@ -5,12 +5,12 @@ with open('README.md', 'r', encoding='utf-8') as f: setup( name='lightweight_charts', - version='1.0.20', + version='1.0.21', packages=find_packages(), python_requires='>=3.8', install_requires=[ 'pandas', - 'pywebview>=4.3', + 'pywebview==4.4.1', ], package_data={ 'lightweight_charts': ['js/*.js'],