Update version to v2024.12.07

This commit is contained in:
Andrew Hamilton 2024-12-07 23:23:08 +10:00
parent 8a00033a69
commit a6e802e852
10 changed files with 15 additions and 15 deletions

View file

@ -15,7 +15,7 @@ import lscolors
import termstr
__version__ = "v2024.07.11"
__version__ = "v2024.12.07"
FILE_KEY = "fi"

View file

@ -9,7 +9,7 @@ except ImportError:
setup(name="lscolors",
version="v2024.07.11",
version="v2024.12.07",
description=("Give coloring for file types as in the ls command."),
url="https://github.com/ahamilton/eris",
author="Andrew Hamilton",
@ -17,4 +17,4 @@ setup(name="lscolors",
license="Artistic 2.0",
packages=["lscolors"],
package_data={"lscolors": ["LS_COLORS.sh"]},
install_requires=["termstr @ git+https://gitlab.com/ahamilton/eris@v2024.07.11#subdirectory=termstr"])
install_requires=["termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=termstr"])