Bump version

This commit is contained in:
Andre Basche 2023-11-20 17:51:32 +01:00
parent c71f8f17f5
commit ea81e2891f
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ CLIENT_ID = (
"3MVG9QDx8IX8nP5T2Ha8ofvlmjLZl5L_gvfbT9."
"HJvpHGKoAS_dcMN8LYpTSYeVFCraUnV.2Ag1Ki7m4znVO6"
)
APP_VERSION = "2.3.5"
APP_VERSION = "2.4.7"
OS_VERSION = 31
OS = "android"
DEVICE_MODEL = "exynos9820"

View File

@ -7,7 +7,7 @@ with open("README.md", "r", encoding="utf-8") as f:
setup(
name="pyhOn",
version="0.15.12",
version="0.15.13",
author="Andre Basche",
description="Control hOn devices with python",
long_description=long_description,