Update version to v2024.12.17

This commit is contained in:
Andrew Hamilton 2024-12-17 23:40:02 +10:00
parent 400cac4900
commit e695f91a6f
14 changed files with 28 additions and 28 deletions

View file

@ -2,14 +2,14 @@ tool.uv.package = true
[project]
name = "lscolors"
version = "v2024.12.11"
version = "v2024.12.17"
description = "Give coloring for file types as in the ls command."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.11#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.17#subdirectory=termstr",
]
[project.urls]