Skip to content

Commit

Permalink
New Airflow Operator release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
masipauskas authored Jan 16, 2025
1 parent f4871c0 commit 7047563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions third_party/airflow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "armada_airflow"
version = "1.0.12"
version = "1.0.13"
description = "Armada Airflow Operator"
readme='README.md'
authors = [{name = "Armada-GROSS", email = "armada@armadaproject.io"}]
Expand Down Expand Up @@ -41,7 +41,7 @@ include = ["armada_airflow*"]

[tool.black]
line-length = 88
target-version = ['py38', 'py39', 'py310']
target-version = ['py310', 'py311', 'py312']
include = '''
/(
armada
Expand Down

0 comments on commit 7047563

Please sign in to comment.