Skip to content

Commit 0b530df

Browse files
committed
Rebuild all 0.14.1 wheels without binary strip
Something got broken during strip process and non x86_64 wheels are broken. Reported by @adamshapiro0.
1 parent 71acc43 commit 0b530df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_link_arguments() -> list[str]:
9696
'Based on sd-bus from libsystemd.'),
9797
long_description=long_description,
9898
long_description_content_type='text/markdown',
99-
version='0.14.1',
99+
version='0.14.1.post0',
100100
url='https://github.com/python-sdbus/python-sdbus',
101101
author='igo95862',
102102
author_email='[email protected]',

0 commit comments

Comments
 (0)