Update version to v2025.06.02

This commit is contained in:
Andrew Hamilton 2025-06-02 19:00:19 +10:00
parent d0f4bd7d1e
commit aa8088615d
13 changed files with 25 additions and 25 deletions

View file

@ -15,7 +15,7 @@ import fill3.terminal as terminal
import termstr
__version__ = "v2024.12.18"
__version__ = "v2025.06.02"
##########################

View file

@ -2,14 +2,14 @@ tool.uv.package = true
[project]
name = "fill3"
version = "v2024.12.18"
version = "v2025.06.02"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },
]
requires-python = ">=3.11"
dependencies = [
"termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.18#subdirectory=termstr",
"termstr @ git+https://gitlab.com/ahamilton/eris@v2025.06.02#subdirectory=termstr",
]
[project.urls]

4
fill3/uv.lock generated
View file

@ -16,12 +16,12 @@ dependencies = [
]
[package.metadata]
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18" }]
requires-dist = [{ name = "termstr", git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02" }]
[[package]]
name = "termstr"
version = "2024.12.18"
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2024.12.18#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
source = { git = "https://gitlab.com/ahamilton/eris?subdirectory=termstr&rev=v2025.06.02#42acd6db75cfb366e4f6b5de0bf7c7508eec6796" }
dependencies = [
{ name = "cwcwidth" },
]