diff --git a/airflow_config/__init__.py b/airflow_config/__init__.py index e692f90..946abb2 100644 --- a/airflow_config/__init__.py +++ b/airflow_config/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.1" +__version__ = "1.2.0" # Reexport from airflow_pydantic import BashOperatorArgs, Dag, DagArgs, PythonOperatorArgs, SSHOperatorArgs, Task, TaskArgs diff --git a/pyproject.toml b/pyproject.toml index 27d3888..df276a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the airflow-config authors", email = "t.paine154@gmail.com"} description = "Airflow utilities for configuration of many DAGs and DAG environments" readme = "README.md" license = { text = "Apache-2.0" } -version = "1.1.1" +version = "1.2.0" requires-python = ">=3.9" keywords = [ "airflow", @@ -58,7 +58,7 @@ Repository = "/~https://github.com/airflow-laminar/airflow-config" Homepage = "/~https://github.com/airflow-laminar/airflow-config" [tool.bumpversion] -current_version = "1.1.1" +current_version = "1.2.0" commit = true tag = true