Skip to content

Commit

Permalink
bump req ontobio version
Browse files Browse the repository at this point in the history
  • Loading branch information
kshefchek committed Dec 15, 2021
1 parent f2d306f commit a0f3d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion biolink/api/restplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

log = logging.getLogger(__name__)

api = Api(version='1.1.13', title='BioLink API',
api = Api(version='1.1.14', title='BioLink API',
license='BSD3',
contact='[email protected]',
description='API integration layer for linked biological objects.\n\n __Source:__ https://github.com/biolink/biolink-api/')
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
prefixcommons>=0.0
ontobio>=2.7.13
ontobio>=2.7.14
pip>=9.0.1
wheel>0.25.0
Flask==1.1.2
Expand Down

0 comments on commit a0f3d22

Please sign in to comment.