Skip to content

Commit cca9fff

Browse files
authored
Use semantic versioning for PyPI package (#20)
Use [semantic versioning](https://semver.org/) (MAJOR.MINOR.PATCH) for the PyPI package, instead of YY.MM, as suggested in #18 (comment). Based on the scheme and the FAQ at https://semver.org/#how-should-i-deal-with-revisions-in-the-0yz-initial-development-phase, it seems to me like we should start with 0.1.0.
1 parent 6c29847 commit cca9fff

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
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pals_schema"
7-
version = "25.08"
7+
version = "0.1.0"
88
dependencies = [
99
"pydantic",
1010
"pyyaml",

0 commit comments

Comments
 (0)