From ee32a430f90cf8de5c2de29df7c3e96591674d43 Mon Sep 17 00:00:00 2001 From: Owais Date: Mon, 23 Oct 2017 21:42:23 +0500 Subject: [PATCH] Added version 1.0.5 --- mosspy/__init__.py | 4 +++- setup.py | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mosspy/__init__.py b/mosspy/__init__.py index 8c09bb0..0fa1e2e 100644 --- a/mosspy/__init__.py +++ b/mosspy/__init__.py @@ -1,2 +1,4 @@ from .moss import Moss -from .download_report import download_report \ No newline at end of file +from .download_report import download_report + +__version__ = "1.0.5" \ No newline at end of file diff --git a/setup.py b/setup.py index 19f0187..90edeec 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.4', + version = '1.0.5', description = 'A Python client for Moss: A System for Detecting Software Similarity', long_description=long_description, author = 'soachishti',