From 18d50910d9c1f072a8ccd0ad525aec073b817fbf Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:03:33 -0500 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- airflow_supervisor/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/airflow_supervisor/__init__.py b/airflow_supervisor/__init__.py index b074680..c09de1b 100644 --- a/airflow_supervisor/__init__.py +++ b/airflow_supervisor/__init__.py @@ -2,4 +2,4 @@ from .client import * from .config import * -__version__ = "1.0.0" +__version__ = "1.0.1" diff --git a/pyproject.toml b/pyproject.toml index 1e3415d..3330bc8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the airflow-supervisor authors", email = "t.paine154@gmail.c description = "Supervisor operators and configuration for long-running tasks" readme = "README.md" license = { text = "Apache-2.0" } -version = "1.0.0" +version = "1.0.1" requires-python = ">=3.9" keywords = [] @@ -71,7 +71,7 @@ Repository = "https://github.com/airflow-laminar/airflow-supervisor" Homepage = "https://github.com/airflow-laminar/airflow-supervisor" [tool.bumpversion] -current_version = "1.0.0" +current_version = "1.0.1" commit = true tag = false