Skip to content

Commit

Permalink
Merge pull request #50 from monarch-initiative/bump-biolink-model-pyd…
Browse files Browse the repository at this point in the history
…antic
  • Loading branch information
kevinschaper authored Oct 27, 2021
2 parents 8e6c9a0 + 0c86d49 commit 3ec86ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion koza/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Koza, an ETL framework for LinkML data models"""
__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ classifiers = [
"Operating System :: POSIX :: Linux",
]
requires = [
"biolink_model_pydantic >=0.0.5,<0.1.0",
"kgx >= 1.0.0",
"pydantic >=1.0.0,<2.0.0",
"pyyaml >=5.3.1,<6.0.0",
Expand All @@ -40,6 +39,7 @@ doc = [
"mkdocs >=1.1.2,<2.0.0",
]
dev = [
"biolink-model-pydantic >=0.1.1,<1.0.0",
"autoflake >=1.3.1,<2.0.0",
"flake8 >=3.8.3,<4.0.0",
"black ==20.8b1",
Expand Down

0 comments on commit 3ec86ea

Please sign in to comment.