From c0cffe3a46accfad49ff12b3bffa752b8f1dec84 Mon Sep 17 00:00:00 2001 From: Abdullah Diab Date: Wed, 17 Feb 2016 11:40:15 +0100 Subject: [PATCH] Fix version string in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f52784a..a1936d7 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name = "arabic_reshaper", description = "Reconstruct Arabic sentences to be used in applications that don't support Arabic", - version = 1.0.1, + version = '1.0.1', platforms = "ALL", license = "GPL", packages = ['arabic_reshaper'],