From b0364af79e2cf30fc9b0be2ae012ef5d30d39bdd Mon Sep 17 00:00:00 2001 From: igo95862 Date: Sun, 31 Oct 2021 11:29:00 +0300 Subject: [PATCH] Bump python package version to 0.8.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6d877f1..3c975f3 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,7 @@ def get_libsystemd_version() -> Tuple[int, int, int]: 'Based on sd-bus from libsystemd.'), long_description=long_description, long_description_content_type='text/markdown', - version='0.8.3', + version='0.8.4', url='https://github.com/igo95862/python-sdbus', author='igo95862', author_email='igo95862@yandex.ru',