Skip to content

Commit f20d4f3

Browse files
committed
bump version 2024.12.16 -> 2025.09.03
1 parent 00200e5 commit f20d4f3

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

packages/common/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-common"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Resources, functions and type definitions that are used by the 3D BAG packages that define the data processing workflows."
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-core"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Workflow for producing the 3D BAG core data set"
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/floors_estimation/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-floors-estimation"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Workflow for predicting the number of floors, based on Ellie Roy's thesis."
99
readme = "README.md"
1010
requires-python = ">=3.11"

packages/party_walls/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "bag3d-party-walls"
7-
version = "2024.12.16"
7+
version = "2025.09.03"
88
description = "Workflow for calculating the party walls in the 3D BAG."
99
readme = "README.md"
1010
requires-python = ">=3.11"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "3dbag-pipeline"
3-
version = "2024.12.16"
3+
version = "2025.09.03"
44
description = "Development requirements of the 3DBAG pipeline"
55
readme = "README.md"
66
requires-python = ">=3.11"
@@ -39,7 +39,7 @@ indent-style = "space"
3939
docstring-code-format = false
4040

4141
[tool.bumpver]
42-
current_version = "2024.12.16"
42+
current_version = "2025.09.03"
4343
version_pattern = "YYYY.0M.0D"
4444
commit_message = "bump version {old_version} -> {new_version}"
4545
tag_message = "{new_version}"

0 commit comments

Comments
 (0)