Skip to content

Commit

Permalink
Upgrade datamodel-code-generator to 0.12.0 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-iskw authored May 12, 2022
1 parent bc12a6f commit c46a7ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dbt_artifacts_parser/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
"""
A dbt artifacts parser in python
"""
__version__ = "0.2.0"
__version__ = "0.2.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ classifiers = [
dynamic = ["version", "description"]
dependencies = [
"pydantic >=1.6",
"datamodel-code-generator >=0.11.13",
"datamodel-code-generator >=0.12.0",
]

[project.urls]
Expand Down

0 comments on commit c46a7ba

Please sign in to comment.