Skip to content

Commit

Permalink
bump version to 1.0.0 (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harel Shein committed Jul 26, 2023
1 parent 93d63d4 commit 5a35ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosmos/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Contains dags, task groups, and operators.
"""
__version__ = "0.7.5"
__version__ = "1.0.0"

from cosmos.airflow.dag import DbtDag
from cosmos.airflow.task_group import DbtTaskGroup
Expand Down

0 comments on commit 5a35ade

Please sign in to comment.