Skip to content

Commit c0cffe3

Browse files
committed
Fix version string in setup.py
1 parent d40dce7 commit c0cffe3

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
@@ -6,7 +6,7 @@
66
setup(
77
name = "arabic_reshaper",
88
description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic",
9-
version = 1.0.1,
9+
version = '1.0.1',
1010
platforms = "ALL",
1111
license = "GPL",
1212
packages = ['arabic_reshaper'],

0 commit comments

Comments
 (0)