From 313964e0154611b3bea499137442b07fd463b54f Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 27 Aug 2024 19:32:51 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airflow_ha/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow_ha/__init__.py b/airflow_ha/__init__.py index 3b326f1..8fd515e 100644 --- a/airflow_ha/__init__.py +++ b/airflow_ha/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.1.0" +__version__ = "0.1.1" from .operator import * diff --git a/pyproject.toml b/pyproject.toml index 84b9ad6..df0a589 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the airflow-config authors", email = "3105306+timkpaine@user description = "High Availability (HA) DAG Utility" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.1.0" +version = "0.1.1" requires-python = ">=3.9" keywords = [ "airflow", @@ -58,7 +58,7 @@ develop = [ [project.scripts] [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" commit = true tag = false