Skip to content

Commit afb0563

Browse files
authored
Merge pull request #43 from airflow-laminar/tkp/030
Bump version: 0.2.0 → 0.3.0
2 parents 5a2b3ea + 095d129 commit afb0563

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

airflow_supervisor/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .client import *
33
from .config import *
44

5-
__version__ = "0.2.0"
5+
__version__ = "0.3.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the airflow-supervisor authors", email = "3105306+timkpaine@
88
description="Supervisor operators and configuration for long-running tasks"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.2.0"
11+
version = "0.3.0"
1212
requires-python = ">=3.9"
1313
keywords = []
1414

@@ -64,7 +64,7 @@ config = [
6464
_airflow_supervisor_command = "airflow_supervisor.airflow.commands:main"
6565

6666
[tool.bumpversion]
67-
current_version = "0.2.0"
67+
current_version = "0.3.0"
6868
commit = true
6969
tag = false
7070

0 commit comments

Comments
 (0)