Update version to v2025.06.04

This commit is contained in:
Andrew Hamilton 2025-06-04 16:00:26 +10:00
parent 0effc3da49
commit 5448eced5a
11 changed files with 14 additions and 14 deletions

View file

@ -15,7 +15,7 @@ import fill3.terminal as terminal
import termstr
__version__ = "v2025.06.03"
__version__ = "v2025.06.04"
##########################

View file

@ -2,7 +2,7 @@ tool.uv.package = true
[project]
name = "fill3"
version = "v2025.06.03"
version = "v2025.06.04"
description = "Fill3 provides basic widgets for a tui."
authors = [
{ name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" },