Skip to content

Commit d5dcd19

Browse files
committed
Set the minmum sdbus version to 3.8rc2 and bump version
1 parent 8480cb9 commit d5dcd19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
description=('Freedesktop notifications binds for sdbus.'),
3030
long_description=long_description,
3131
long_description_content_type='text/markdown',
32-
version='1.0.0',
32+
version='1.0.1',
3333
url='https://github.com/igo95862/python-sdbus',
3434
author='igo95862',
3535
author_email='[email protected]',
@@ -64,6 +64,6 @@
6464
},
6565
python_requires='>=3.7',
6666
install_requires=[
67-
'sdbus',
67+
'sdbus>=0.8rc2',
6868
],
6969
)

0 commit comments

Comments
 (0)