Update version to v2025.06.03

This commit is contained in:
Andrew Hamilton 2025-06-03 16:38:11 +10:00
parent 63a2c0dfd9
commit 95603d2985
10 changed files with 10 additions and 10 deletions

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "termstr"
version = "v2024.12.28"
version = "v2025.06.03"
description = "Termstr provides strings with extra terminal styling."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },

View file

@ -10,7 +10,7 @@ import weakref
import cwcwidth
__version__ = "v2024.12.28"
__version__ = "v2025.06.03"
ESC = "\x1b"