From 5eb015131fcfd06e789323040e2b9009d097e526 Mon Sep 17 00:00:00 2001 From: Joonyoung Shim Date: Thu, 1 Aug 2024 15:49:16 +0900 Subject: [PATCH] Update python bindings version Signed-off-by: Joonyoung Shim --- src/bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bindings/python/setup.py b/src/bindings/python/setup.py index e65878a937..f228aabea2 100644 --- a/src/bindings/python/setup.py +++ b/src/bindings/python/setup.py @@ -12,7 +12,7 @@ def readme(): setup( name="bluechi", - version="0.8.0", + version="0.9.0", description="Python bindings for BlueChi's D-Bus API", long_description=readme(), long_description_content_type="text/markdown",