From 7eda318d2d093d81759fbca42429c3dfcebea002 Mon Sep 17 00:00:00 2001 From: "Ulloa, Roberto" Date: Mon, 25 Mar 2019 16:24:54 +0100 Subject: [PATCH] updating version 1.0.3 in the setup --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab050f3..c608afb 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='1.0.2', + version='1.0.3', description='An algorithm to identify authorship and editor interactions in Wiki revisioned content.', long_description=long_description,