Skip to content

Commit 622cd1a

Browse files
Ravencentricdanhje
authored andcommitted
fix: use cargo.toml's package.version as the source of truth
1 parent 1fa927e commit 622cd1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "quick-xmltodict"
33
description = "Efficient XML-to-dict conversion backed by Rust"
4-
version = "0.1.2"
54
authors = [{name = "Daniel Hjertholm", email = "[email protected]"}]
65
readme = "README.md"
76
license = "MIT"
@@ -18,6 +17,7 @@ classifiers = [
1817
"Topic :: Text Processing :: Markup :: XML",
1918
]
2019
dependencies = []
20+
dynamic = ["version"] # Source version from Cargo.toml's package.version
2121

2222
[project.urls]
2323
Repository = "https://github.com/statnett/quick-xmltodict"

0 commit comments

Comments
 (0)