Update version to v2025.06.09

This commit is contained in:
Andrew Hamilton 2025-06-09 15:53:06 +10:00
parent 4341df0114
commit 6ec4f958ff
11 changed files with 19 additions and 19 deletions

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "termstr"
version = "v2025.06.07"
version = "v2025.06.09"
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__ = "v2025.06.07"
__version__ = "v2025.06.09"
ESC = "\x1b"