diff --git a/airflow_supervisor/__init__.py b/airflow_supervisor/__init__.py index ae027e4..9d5212b 100644 --- a/airflow_supervisor/__init__.py +++ b/airflow_supervisor/__init__.py @@ -2,4 +2,4 @@ from .client import * from .config import * -__version__ = "0.2.0" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 53be04e..0e7ac8f 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.2.0" +version = "0.3.0" requires-python = ">=3.9" keywords = [] @@ -64,7 +64,7 @@ config = [ _airflow_supervisor_command = "airflow_supervisor.airflow.commands:main" [tool.bumpversion] -current_version = "0.2.0" +current_version = "0.3.0" commit = true tag = false