Update version to v2025.07.11

This commit is contained in:
Andrew Hamilton 2025-07-11 23:05:37 +10:00
parent 699f808951
commit 9e24f7cb85
11 changed files with 19 additions and 19 deletions

View file

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

View file

@ -7,7 +7,7 @@ allow-direct-references = true
[project]
name = "lscolors"
version = "v2025.06.21"
version = "v2025.07.11"
description = "Give coloring for file types as in the ls command."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },