We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20a79ce commit 9d70231Copy full SHA for 9d70231
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "sinricpro"
7
-version = "4.0.0"
+version = "5.0.0"
8
description = "Official SinricPro SDK for Python - Control IoT devices with Alexa and Google Home"
9
authors = [{name = "SinricPro", email = "support@sinric.pro"}]
10
readme = "README.md"
sinricpro/__init__.py
@@ -9,7 +9,7 @@
This file is part of the SinricPro Python SDK (https://github.com/sinricpro/)
"""
11
12
-__version__ = "4.0.0"
+__version__ = "5.0.0"
13
14
from sinricpro.core.sinric_pro import SinricPro, SinricProConfig
15
from sinricpro.core.sinric_pro_device import SinricProDevice
0 commit comments