Skip to content

Commit f5b0d08

Browse files
committed
Fix missing quote in pyproject.toml version string
1 parent 3ab2d85 commit f5b0d08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "omnipkg"
7-
version = "1.0.14
7+
version = "1.0.14"
88
authors = [
99
{ name = "1minds3t", email = "omnipkg@proton.me" },
1010
]

0 commit comments

Comments
 (0)