From 42a38baf50628fa95e3cf359ef9a3e1ece1cf4cf Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Thu, 16 Jan 2025 22:57:00 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.3=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airflow_config/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow_config/__init__.py b/airflow_config/__init__.py index f7ed45e..4e611ff 100644 --- a/airflow_config/__init__.py +++ b/airflow_config/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.3" +__version__ = "1.0.0" from .configuration import * from .dag import DAG, create_dag, create_dags, generate_dag_id diff --git a/pyproject.toml b/pyproject.toml index 0e08a81..61f663c 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 = "0.2.3" +version = "1.0.0" requires-python = ">=3.9" keywords = [ "airflow", @@ -57,7 +57,7 @@ Repository = "/~https://github.com/airflow-laminar/airflow-config" Homepage = "/~https://github.com/airflow-laminar/airflow-config" [tool.bumpversion] -current_version = "0.2.3" +current_version = "1.0.0" commit = true tag = false