Skip to content

Commit 901fc92

Browse files
committed
prep 0.1.29
1 parent 4eb9f89 commit 901fc92

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

iban_validation_polars/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "iban_validation_polars"
7+
dynamic = ["version"]
78
description = "A package to facilitate validation of IBANs and selecting Bank identifier and Branch identifier as a Polars plugin"
89
long_description = "A package to facilitate validation of IBANs and selecting Bank identifier and Branch identifier as a Polars plugin"
910
readme = "README.md"

iban_validation_py/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "iban_validation_py"
7+
dynamic = ["version"]
78
description = "A package to facilitate validation of IBANs and selecting Bank_id and Branch_id"
89
long_description = "A package to facilitate validation of IBANs and selecting Bank_id and Branch_id"
910
readme = "README.md"

0 commit comments

Comments
 (0)