-
Notifications
You must be signed in to change notification settings - Fork 13
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 #99 from kbaseapps/dev_add_obj_info
bump version
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 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 |
---|---|---|
|
@@ -8,7 +8,7 @@ service-language: | |
python | ||
|
||
module-version: | ||
3.1.0 | ||
3.1.1 | ||
|
||
owners: | ||
[jkbaumohl, zimingy, gaprice, sijiex] | ||
|
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 |
---|---|---|
|
@@ -51,9 +51,9 @@ class AssemblyUtil: | |
# state. A method could easily clobber the state set by another while | ||
# the latter method is running. | ||
######################################### noqa | ||
VERSION = "3.1.0" | ||
VERSION = "3.1.1" | ||
GIT_URL = "[email protected]:kbaseapps/AssemblyUtil.git" | ||
GIT_COMMIT_HASH = "507b1196531429ea131971a6f18a5482f86d108d" | ||
GIT_COMMIT_HASH = "b8ec572828e81b81be9f434b8189c2e8771bca33" | ||
|
||
#BEGIN_CLASS_HEADER | ||
|
||
|