pass empty dict if data is None in trigger()

fixes bug with ExitStarted event.

remove redundant assignment in conn_from_toml

add explicit call to ws.close() in unsubscribe()

patch bump
This commit is contained in:
onyx-and-iris
2022-09-26 10:58:02 +01:00
parent c2b6757796
commit 1db3b2db4d
4 changed files with 6 additions and 6 deletions

View File

@@ -5,7 +5,7 @@ from setuptools import find_packages, setup
HERE = pathlib.Path(__file__).parent
VERSION = "1.1.0"
VERSION = "1.1.1"
PACKAGE_NAME = "obsws-python"
AUTHOR = "Adem Atikturk"
AUTHOR_EMAIL = "aatikturk@gmail.com"