diff --git a/airflow_supervisor/__init__.py b/airflow_supervisor/__init__.py index 05737d0..ef4c983 100644 --- a/airflow_supervisor/__init__.py +++ b/airflow_supervisor/__init__.py @@ -2,4 +2,4 @@ from .client import * from .config import * -__version__ = "0.1.0" +__version__ = "0.1.1" diff --git a/pyproject.toml b/pyproject.toml index 83ff2e5..2ad6b21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [{name = "the airflow-supervisor authors", email = "3105306+timkpaine@ description="Supervisor operators and configuration for long-running tasks" readme = "README.md" license = { text = "Apache-2.0" } -version = "0.1.0" +version = "0.1.1" requires-python = ">=3.9" keywords = [] @@ -63,7 +63,7 @@ config = [ _airflow_supervisor_command = "airflow_supervisor.airflow.commands:main" [tool.bumpversion] -current_version = "0.1.0" +current_version = "0.1.1" commit = true tag = false