diff --git a/dbt_af/__init__.py b/dbt_af/__init__.py index 11ca4af..e5c5453 100644 --- a/dbt_af/__init__.py +++ b/dbt_af/__init__.py @@ -3,7 +3,7 @@ 'conf', ] -# note that this version is maintained by release manager - do not update them manually +# note that this version is maintained by the release manager - do not update it manually __version__ = '0.8.0' from . import conf, dags # noqa diff --git a/pyproject.toml b/pyproject.toml index ace89b8..fb1793b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "dbt-af" -# note that this version is maintained by release manager - do not update them manually +# note that this version is maintained by the release manager - do not update it manually version = "0.8.0" description = "Distibuted dbt runs on Apache Airflow" authors = [