Skip to content

Commit

Permalink
Merge pull request #99 from kbaseapps/dev_add_obj_info
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
Tianhao-Gu authored Feb 12, 2024
2 parents b8ec572 + ea2bc02 commit c40f235
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.1.1
- return supplementary Assembly object info for `save_assemblies_from_fastas` and `save_assembly_from_fasta2`

## 3.1.0
### Update
- Added 2 catalog parameters to control worker count for parallelization
Expand Down
2 changes: 1 addition & 1 deletion kbase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ service-language:
python

module-version:
3.1.0
3.1.1

owners:
[jkbaumohl, zimingy, gaprice, sijiex]
Expand Down
4 changes: 2 additions & 2 deletions lib/AssemblyUtil/AssemblyUtilImpl.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c40f235

Please sign in to comment.