Skip to content

Commit

Permalink
Merge branch 'master' into fix_node_allocatable_resource
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMurkin authored Jan 17, 2025
2 parents 4a27ca0 + f146e3b commit adad352
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 adad352

Please sign in to comment.