Skip to content

Commit 8e2df94

Browse files
authored
Fix content type and bump version
1 parent 5793684 commit 8e2df94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,10 @@ def run(self):
312312

313313
setup(
314314
name='yara-python-dex',
315-
version='1.0.2',
315+
version='1.0.3',
316316
description='Python interface for YARA',
317317
long_description=readme,
318+
long_description_content_type='text/markdown',
318319
license='Apache 2.0',
319320
author='Victor M. Alvarez',
320321

0 commit comments

Comments
 (0)