Update version to v2024.12.10

This commit is contained in:
Andrew Hamilton 2024-12-10 23:10:58 +10:00
parent 2f0136c5ad
commit 164356f3a4
13 changed files with 25 additions and 25 deletions

View file

@ -1,6 +1,6 @@
[project]
name = "termstr"
version = "v2024.12.07"
version = "v2024.12.10"
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.07"
__version__ = "v2024.12.10"
ESC = "\x1b"