Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
given-names: "Tim"
orcid: "https://orcid.org/0000-0001-5711-8200"
title: "rcpchgrowth"
version: 4.6.3
version: 4.6.4
doi: 10.5281/zenodo.4852391
date-released: 2026-09-05
url: "https://github.com/rcpch/rcpchgrowth-python"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "rcpchgrowth"
version = "4.6.3"
version = "4.6.4"

description = "SDS and Centile calculations for UK Growth Data"
keywords = ["growth charts", "anthropometry", "SDS", "centile", "UK-WHO", "UK90", "Trisomy 21", "Turner", "CDC"]
Expand Down Expand Up @@ -99,7 +99,7 @@ rcpchgrowth = ["data_tables/**/*.csv", "data_tables/**/*.json", "data_tables/**/
# the version bump stays reviewable on release/vX.Y.Z. Merging that PR with a
# merge commit triggers the validated tag, GitHub Release, and publish cascade.
[tool.bumpversion]
current_version = "4.6.3"
current_version = "4.6.4"
allow_dirty = true
commit = false
tag = false
Expand Down
Loading