Update version to v2024.12.10
This commit is contained in:
parent
2f0136c5ad
commit
164356f3a4
13 changed files with 25 additions and 25 deletions
|
|
@ -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" },
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ import weakref
|
|||
import cwcwidth
|
||||
|
||||
|
||||
__version__ = "v2024.12.07"
|
||||
__version__ = "v2024.12.10"
|
||||
|
||||
|
||||
ESC = "\x1b"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue