Skip to content

Commit 9d70231

Browse files
committed
chore: bump version to 5.0.0
1 parent 20a79ce commit 9d70231

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sinricpro"
7-
version = "4.0.0"
7+
version = "5.0.0"
88
description = "Official SinricPro SDK for Python - Control IoT devices with Alexa and Google Home"
99
authors = [{name = "SinricPro", email = "support@sinric.pro"}]
1010
readme = "README.md"

sinricpro/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
This file is part of the SinricPro Python SDK (https://github.com/sinricpro/)
1010
"""
1111

12-
__version__ = "4.0.0"
12+
__version__ = "5.0.0"
1313

1414
from sinricpro.core.sinric_pro import SinricPro, SinricProConfig
1515
from sinricpro.core.sinric_pro_device import SinricProDevice

0 commit comments

Comments
 (0)