Update version to v2024.12.18
This commit is contained in:
parent
672b866bfb
commit
2b374ef431
14 changed files with 28 additions and 28 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[project]
|
||||
name = "termstr"
|
||||
version = "v2024.12.17"
|
||||
version = "v2024.12.18"
|
||||
description = "Termstr provides strings with extra terminal styling."
|
||||
authors = [
|
||||
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import weakref
|
|||
import cwcwidth
|
||||
|
||||
|
||||
__version__ = "v2024.12.17"
|
||||
__version__ = "v2024.12.18"
|
||||
|
||||
|
||||
ESC = "\x1b"
|
||||
|
|
|
|||
2
termstr/uv.lock
generated
2
termstr/uv.lock
generated
|
|
@ -9,7 +9,7 @@ sdist = { url = "https://files.pythonhosted.org/packages/38/17/aadd0c6190dca91aa
|
|||
|
||||
[[package]]
|
||||
name = "termstr"
|
||||
version = "2024.12.17"
|
||||
version = "2024.12.18"
|
||||
source = { virtual = "." }
|
||||
dependencies = [
|
||||
{ name = "cwcwidth" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue