Skip to content

Commit e21e6d2

Browse files
committed
Bump version: 0.2.0 → 0.3.0
1 parent 9080ac9 commit e21e6d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

airflow_balancer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .config import *
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.0"

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the airflow-balancer authors", email = "[email protected]
88
description = "Utilities for load balancing DAGs"
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

@@ -51,7 +51,7 @@ Repository = "https://github.com/airflow-laminar/airflow-balancer"
5151
Homepage = "https://github.com/airflow-laminar/airflow-balancer"
5252

5353
[tool.bumpversion]
54-
current_version = "0.2.0"
54+
current_version = "0.3.0"
5555
commit = true
5656
tag = true
5757

0 commit comments

Comments
 (0)