From 3b1c72b83db2b50860586b735ee1038cd902055c Mon Sep 17 00:00:00 2001 From: Aaron Kanzer Date: Fri, 15 Nov 2024 12:05:39 -0500 Subject: [PATCH] Trivial change to release new version --- lincbrain/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lincbrain/_version.py b/lincbrain/_version.py index 6f1c6eaac..0891abe1e 100644 --- a/lincbrain/_version.py +++ b/lincbrain/_version.py @@ -397,7 +397,7 @@ def plus_or_dot(pieces: Dict[str, Any]) -> str: def render_pep440(pieces: Dict[str, Any]) -> str: - """Build up version string, with post-release "local version identifier". + """Build up version string, with post-release "local version identifier ". Our goal: TAG[+DISTANCE.gHEX[.dirty]] . Note that if you get a tagged build and then dirty it, you'll get TAG+0.gHEX.dirty