Skip to content

Commit

Permalink
Merge pull request #43 from airflow-laminar/tkp/030
Browse files Browse the repository at this point in the history
Bump version: 0.2.0 → 0.3.0
  • Loading branch information
timkpaine authored Oct 28, 2024
2 parents 5a2b3ea + 095d129 commit afb0563
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion airflow_supervisor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .client import *
from .config import *

__version__ = "0.2.0"
__version__ = "0.3.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit afb0563

Please sign in to comment.