Skip to content

Commit 7cf3420

Browse files
authored
fix versioning (#7)
* fix versioning * fix both project correctly
1 parent dbd04e7 commit 7cf3420

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

altair/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ vcs = "git"
2727
style = "pep440"
2828
bump = true
2929
metadata = false
30+
pattern-prefix = "altair-"
3031

3132
[tool.hatch.build.targets.wheel]
3233
packages = ["custom_components"]

pyplot/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ vcs = "git"
2121
style = "pep440"
2222
bump = true
2323
metadata = false
24+
pattern-prefix = "pyplot-"
2425

2526
[tool.hatch.build.targets.wheel]
2627
packages = ["custom_components"]

0 commit comments

Comments
 (0)