Skip to content

Commit c811c3e

Browse files
vevetronV
and
V
authored
fix(packages): added package-mode lines (#3651)
Co-authored-by: V <[email protected]>
1 parent 91b7bea commit c811c3e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/calitp-data-analysis/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tool.poetry]
22
name = "calitp-data-analysis"
3-
version = "2024.12.6"
3+
version = "2024.12.6.post1"
44
description = "Shared code for querying Cal-ITP data in notebooks, primarily."
5+
package-mode = true
56
authors = ["Andrew Vaccaro"]
67

78
[tool.poetry.dependencies]

packages/calitp-data-infra/pyproject.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[tool.poetry]
22
name = "calitp-data-infra"
3-
version = "2024.4.1"
3+
version = "2024.4.1.post1"
44
description = "Shared code for developing data pipelines that process Cal-ITP data."
5+
package-mode = true
56
authors = ["Andrew Vaccaro"]
67

78
[tool.poetry.dependencies]

0 commit comments

Comments
 (0)