Update version to v2025.06.02

This commit is contained in:
Andrew Hamilton 2025-06-02 19:00:19 +10:00
parent d0f4bd7d1e
commit aa8088615d
13 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "termstr"
version = "v2024.12.18"
version = "v2025.06.02"
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.18"
__version__ = "v2025.06.02"
ESC = "\x1b"