-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from fossology/chor/version/bump-version
chore(atarashi): Bump version to 0.0.11 Reviewed by: [email protected] Tested by: [email protected]
- Loading branch information
Showing
3 changed files
with
4 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ | |
|
||
__author__ = "Aman Jain" | ||
__email__ = "[email protected]" | ||
__version__ = "0.0.10" | ||
__version__ = "0.0.11" | ||
|
||
|
||
def atarashii_runner(inputFile, processedLicense, agent_name, similarity="CosineSim", ngramJsonLoc=None, verbose=None): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -112,7 +112,7 @@ def run(self): | |
|
||
metadata = dict( | ||
name = "atarashi", | ||
version = "0.0.10", | ||
version = "0.0.11", | ||
author = "Aman Jain", | ||
author_email = "[email protected]", | ||
description = ("An intelligent license scanner."), | ||
|