Skip to content

Commit 06c6e08

Browse files
add fixed datetime version to api and io namespaces for consistency
1 parent a974cd7 commit 06c6e08

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mpcontribs-api/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = ["mpcontribs.api"]
1616

1717
[project]
1818
name = "mpcontribs-api"
19-
dynamic = ["version"]
19+
version = "2025.12.04"
2020
requires-python = ">=3.11"
2121
description="API for community-contributed Materials Project data"
2222
license = {text = "MIT"}

mpcontribs-portal/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ include = ["mpcontribs.portal", "mpcontribs.users"]
1616

1717
[project]
1818
name = "mpcontribs-portal"
19-
dynamic = ["version"]
19+
version = "2025.12.04"
2020
requires-python = ">=3.11"
2121
description="MPContribs Portal"
2222
license = {text = "MIT"}

0 commit comments

Comments
 (0)