Update version to v2024.12.07

This commit is contained in:
Andrew Hamilton 2024-12-07 23:23:08 +10:00
parent 8a00033a69
commit a6e802e852
10 changed files with 15 additions and 15 deletions

View file

@ -15,7 +15,7 @@ import fill3.terminal as terminal
import termstr
__version__ = "v2024.07.11"
__version__ = "v2024.12.07"
##########################

View file

@ -9,11 +9,11 @@ except ImportError:
setup(name="fill3",
version="v2024.07.11",
version="v2024.12.07",
description=("Fill3 provides basic widgets for a tui."),
url="https://github.com/ahamilton/eris",
author="Andrew Hamilton",
author_email="and_hamilton@yahoo.com",
license="Artistic 2.0",
packages=["fill3"],
install_requires=["termstr @ git+https://gitlab.com/ahamilton/eris@v2024.07.11#subdirectory=termstr"])
install_requires=["termstr @ git+https://gitlab.com/ahamilton/eris@v2024.12.07#subdirectory=termstr"])