Update version to v2024.12.11

This commit is contained in:
Andrew Hamilton 2024-12-11 00:06:39 +10:00
parent c4c027c796
commit 6dc69cf0f7
14 changed files with 29 additions and 29 deletions

View file

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

2
termstr/uv.lock generated
View file

@ -9,7 +9,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa
[[package]]
name = "termstr"
version = "2024.12.7"
version = "2024.12.11"
source = { virtual = "." }
dependencies = [
{ name = "cwcwidth" },