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,13 +1,13 @@
[project]
name = "lscolors"
version = "v2024.12.07"
version = "v2024.12.10"
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.07#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.10#subdirectory=termstr",
]
[project.urls]