From 5795bd8f8ce984bc00a385854bb33accbf38c955 Mon Sep 17 00:00:00 2001 From: linuxscout Date: Sun, 16 Apr 2023 17:10:38 +0100 Subject: [PATCH] change version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fa871cb..4c9342c 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): with open('README.md', encoding="utf8") as f: return f.read() -setup (name='PyArabic', version='0.6.15', +setup (name='PyArabic', version='0.6.16', author='Taha Zerrouki', author_email='taha_zerrouki@hotmail.com', url='http://pyarabic.sourceforge.net/',