Enhancements & Bug Fixes

- Line, and histogram data can now be accessed from their `data` methods.
- Fixed a bug causing `maximize` to fail if a screen is not specified
- Global events can now be coroutines or functions.
This commit is contained in:
louisnw
2023-10-21 14:13:11 +01:00
parent 2c27ad66eb
commit 5bb3739a40
4 changed files with 17 additions and 3 deletions

View File

@ -5,7 +5,7 @@ with open('README.md', 'r', encoding='utf-8') as f:
setup(
name='lightweight_charts',
version='1.0.18',
version='1.0.18.2',
packages=find_packages(),
python_requires='>=3.8',
install_requires=[