Update version to v2025.06.14

- Brought dependencies up to date
This commit is contained in:
Andrew Hamilton 2025-06-14 19:15:29 +10:00
parent 45375c1aec
commit 39043eea4f
3 changed files with 31 additions and 27 deletions

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "diff-edit"
version = "v2024.12.28"
version = "v2025.06.14"
description = "Edit two files side by side, showing differences."
readme = "README.md"
authors = [
@ -10,11 +10,11 @@ authors = [
]
requires-python = ">=3.11"
dependencies = [
"docopt==0.6.2",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=lscolors",
"pygments==2.10.0",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=termstr",
"docopt-ng==0.9.0",
"fill3 @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=fill3",
"lscolors @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=lscolors",
"pygments==2.19.1",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.14#subdirectory=termstr",
]
[project.scripts]