File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-common"
7
- version = " 2024.12.16 "
7
+ version = " 2025.09.03 "
8
8
description = " Resources, functions and type definitions that are used by the 3D BAG packages that define the data processing workflows."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-core"
7
- version = " 2024.12.16 "
7
+ version = " 2025.09.03 "
8
8
description = " Workflow for producing the 3D BAG core data set"
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-floors-estimation"
7
- version = " 2024.12.16 "
7
+ version = " 2025.09.03 "
8
8
description = " Workflow for predicting the number of floors, based on Ellie Roy's thesis."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " bag3d-party-walls"
7
- version = " 2024.12.16 "
7
+ version = " 2025.09.03 "
8
8
description = " Workflow for calculating the party walls in the 3D BAG."
9
9
readme = " README.md"
10
10
requires-python = " >=3.11"
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " 3dbag-pipeline"
3
- version = " 2024.12.16 "
3
+ version = " 2025.09.03 "
4
4
description = " Development requirements of the 3DBAG pipeline"
5
5
readme = " README.md"
6
6
requires-python = " >=3.11"
@@ -39,7 +39,7 @@ indent-style = "space"
39
39
docstring-code-format = false
40
40
41
41
[tool .bumpver ]
42
- current_version = " 2024.12.16 "
42
+ current_version = " 2025.09.03 "
43
43
version_pattern = " YYYY.0M.0D"
44
44
commit_message = " bump version {old_version} -> {new_version}"
45
45
tag_message = " {new_version}"
You can’t perform that action at this time.
0 commit comments