From ea81e2891f5bf85cd4c8b12348745e9f49cef341 Mon Sep 17 00:00:00 2001 From: Andre Basche Date: Mon, 20 Nov 2023 17:51:32 +0100 Subject: [PATCH] Bump version --- pyhon/const.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyhon/const.py b/pyhon/const.py index 8d1fd26..8ea749f 100644 --- a/pyhon/const.py +++ b/pyhon/const.py @@ -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" diff --git a/setup.py b/setup.py index ef9d779..fe202c6 100644 --- a/setup.py +++ b/setup.py @@ -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,