Bring version up to date.

This commit is contained in:
Andrew Hamilton 2021-12-20 15:24:30 +10:00
parent f9e7014701
commit 4580f57119
3 changed files with 7 additions and 7 deletions

View file

@ -8,11 +8,11 @@ except ImportError:
setup(name="fill3",
version="2021.12.16",
version="2021.12.20",
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://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr"])
install_requires=["termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr"])