From 4580f57119a7474dbc6228a671dc772e03ac7311 Mon Sep 17 00:00:00 2001 From: Andrew Hamilton Date: Mon, 20 Dec 2021 15:24:30 +1000 Subject: [PATCH] Bring version up to date. --- eris/setup.py | 8 ++++---- fill3/setup.py | 4 ++-- termstr/setup.py | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eris/setup.py b/eris/setup.py index 053bfd4..56f78ec 100755 --- a/eris/setup.py +++ b/eris/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="eris", - version="2021.12.16", + version="2021.12.20", description=("Eris maintains an up-to-date set of reports for every file in a codebase."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", @@ -23,6 +23,6 @@ setup(name="eris", "pydoc_color=eris.pydoc_color:main"]}, install_requires=["pyinotify==0.9.6", "pygments==2.10.0", "docopt==0.6.2", "pillow==8.4.0", "toml==0.10.2", "decorator==5.1.0", "pexpect==4.8.0", - "termstr @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=termstr", - "fill3 @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=fill3", - "lscolors @ git+https://github.com/ahamilton/eris@2021.12.16#subdirectory=lscolors"]) + "termstr @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=termstr", + "fill3 @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=fill3", + "lscolors @ git+https://github.com/ahamilton/eris@2021.12.20#subdirectory=lscolors"]) diff --git a/fill3/setup.py b/fill3/setup.py index feea7f3..109d534 100755 --- a/fill3/setup.py +++ b/fill3/setup.py @@ -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"]) diff --git a/termstr/setup.py b/termstr/setup.py index e098059..57a7127 100755 --- a/termstr/setup.py +++ b/termstr/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="termstr", - version="2021.12.16", + version="2021.12.20", description=("Termstr provides strings with extra terminal styling."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton",