From ce7df97d6462d5a813be03a7b849c29c24bf63b0 Mon Sep 17 00:00:00 2001 From: Owais Date: Thu, 28 Sep 2017 18:44:45 +0500 Subject: [PATCH] Version update --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9e6c000..842a49e 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name = 'mosspy', packages = ['mosspy'], # this must be the same as the name above - version = '1.0.2', + version = '1.0.3', description = 'A Python client for Moss: A System for Detecting Software Similarity', long_description=long_description, author = 'soachishti',