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