diff --git a/README.md b/README.md index 605cce2..980e517 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. Install eris with pipx, then install all the tools eris uses: - pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=eris + pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.03#subdirectory=eris eris --install-all-tools Or install from source: (includes tools) diff --git a/eris/__init__.py b/eris/__init__.py index 053584c..36d6d03 100644 --- a/eris/__init__.py +++ b/eris/__init__.py @@ -1,3 +1,3 @@ -__version__ = "v2024.12.28" +__version__ = "v2025.06.03" diff --git a/fill3/fill3/__init__.py b/fill3/fill3/__init__.py index c8ff982..3bac230 100755 --- a/fill3/fill3/__init__.py +++ b/fill3/fill3/__init__.py @@ -15,7 +15,7 @@ import fill3.terminal as terminal import termstr -__version__ = "v2024.12.28" +__version__ = "v2025.06.03" ########################## diff --git a/fill3/pyproject.toml b/fill3/pyproject.toml index 4a27f37..6abceb7 100644 --- a/fill3/pyproject.toml +++ b/fill3/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "fill3" -version = "v2024.12.28" +version = "v2025.06.03" description = "Fill3 provides basic widgets for a tui." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/lscolors/lscolors/__init__.py b/lscolors/lscolors/__init__.py index c4aa5c5..3f4df55 100644 --- a/lscolors/lscolors/__init__.py +++ b/lscolors/lscolors/__init__.py @@ -15,7 +15,7 @@ import lscolors import termstr -__version__ = "v2024.12.28" +__version__ = "v2025.06.03" FILE_KEY = "fi" diff --git a/lscolors/pyproject.toml b/lscolors/pyproject.toml index 607168c..dc61127 100644 --- a/lscolors/pyproject.toml +++ b/lscolors/pyproject.toml @@ -7,7 +7,7 @@ allow-direct-references = true [project] name = "lscolors" -version = "v2024.12.28" +version = "v2025.06.03" description = "Give coloring for file types as in the ls command." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/packaging/make-readme.py b/packaging/make-readme.py index 806d8fd..c22571e 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -26,7 +26,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. Install eris with pipx, then install all the tools eris uses: - pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2024.12.28#subdirectory=eris + pipx install --system-site-packages git+https://gitlab.com/ahamilton/eris@v2025.06.03#subdirectory=eris eris --install-all-tools Or install from source: (includes tools) diff --git a/pyproject.toml b/pyproject.toml index 519955b..f04c612 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "eris" -version = "v2024.12.28" +version = "v2025.06.03" description = "Eris maintains an up-to-date set of reports for every file in a codebase." readme = "README.md" authors = [ diff --git a/termstr/pyproject.toml b/termstr/pyproject.toml index 1aa6937..8f6d442 100644 --- a/termstr/pyproject.toml +++ b/termstr/pyproject.toml @@ -2,7 +2,7 @@ tool.uv.package = true [project] name = "termstr" -version = "v2024.12.28" +version = "v2025.06.03" description = "Termstr provides strings with extra terminal styling." authors = [ { name = "Andrew Hamilton", email = "and_hamilton@yahoo.com" }, diff --git a/termstr/termstr/__init__.py b/termstr/termstr/__init__.py index 2fcee20..02cd4f7 100644 --- a/termstr/termstr/__init__.py +++ b/termstr/termstr/__init__.py @@ -10,7 +10,7 @@ import weakref import cwcwidth -__version__ = "v2024.12.28" +__version__ = "v2025.06.03" ESC = "\x1b"