Skip to content

Commit

Permalink
Added version 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
soachishti committed Oct 23, 2017
1 parent 3cda443 commit ee32a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion mosspy/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
from .moss import Moss
from .download_report import download_report
from .download_report import download_report

__version__ = "1.0.5"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ee32a43

Please sign in to comment.