diff --git a/README.md b/README.md index 637c1a8..d3c53a3 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ This package is primarily designed for dbt-core, enabling seamless interaction w | Version | Supported dbt Version | Supported pydantic Version | |---------|-----------------------|----------------------------| +| 0.8 | dbt 1.5 to 1.9 | pydantic v2 | | 0.7 | dbt 1.5 to 1.8 | pydantic v2 | | 0.6 | dbt 1.5 to 1.8 | pydantic v1 | | 0.5 | dbt 1.5 to 1.7 | pydantic v1 | diff --git a/dbt_artifacts_parser/__init__.py b/dbt_artifacts_parser/__init__.py index 42ac925..8db6a23 100644 --- a/dbt_artifacts_parser/__init__.py +++ b/dbt_artifacts_parser/__init__.py @@ -17,4 +17,4 @@ """ A dbt artifacts parser in python """ -__version__ = "0.8.0rc1" +__version__ = "0.8.0"