diff --git a/eris/eris/__init__.py b/eris/eris/__init__.py index c161df7..3389512 100644 --- a/eris/eris/__init__.py +++ b/eris/eris/__init__.py @@ -1,3 +1,3 @@ -__version__ = "v2022.01.08" +__version__ = "v2022.01.13" diff --git a/eris/setup.py b/eris/setup.py index af80139..13433a2 100755 --- a/eris/setup.py +++ b/eris/setup.py @@ -10,7 +10,7 @@ except ImportError: REPO_PATH = os.path.dirname(os.getcwd()) setup(name="eris", - version="v2022.01.08", + version="v2022.01.13", 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", diff --git a/fill3/fill3/__init__.py b/fill3/fill3/__init__.py index d7f4e5c..9bf13e5 100755 --- a/fill3/fill3/__init__.py +++ b/fill3/fill3/__init__.py @@ -13,7 +13,7 @@ import fill3.terminal as terminal import termstr -__version__ = "v2022.01.08" +__version__ = "v2022.01.13" ########################## diff --git a/fill3/setup.py b/fill3/setup.py index b1e39ec..e7c2880 100755 --- a/fill3/setup.py +++ b/fill3/setup.py @@ -10,7 +10,7 @@ except ImportError: REPO_PATH = os.path.dirname(os.getcwd()) setup(name="fill3", - version="v2022.01.08", + version="v2022.01.13", description=("Fill3 provides basic widgets for a tui."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", diff --git a/lscolors/lscolors.py b/lscolors/lscolors.py index 088e505..bbe720f 100644 --- a/lscolors/lscolors.py +++ b/lscolors/lscolors.py @@ -9,7 +9,7 @@ import stat import syslog -__version__ = "v2022.01.08" +__version__ = "v2022.01.13" FILE_KEY = "fi" diff --git a/lscolors/setup.py b/lscolors/setup.py index 99116c3..7e9c84e 100755 --- a/lscolors/setup.py +++ b/lscolors/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="lscolors", - version="v2022.01.08", + version="v2022.01.13", description=("Give coloring for file types as in the ls command."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", diff --git a/termstr/setup.py b/termstr/setup.py index 0c288c7..f830d62 100755 --- a/termstr/setup.py +++ b/termstr/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="termstr", - version="v2022.01.08", + version="v2022.01.13", description=("Termstr provides strings with extra terminal styling."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", diff --git a/termstr/termstr.py b/termstr/termstr.py index 6c76abe..879d0b5 100644 --- a/termstr/termstr.py +++ b/termstr/termstr.py @@ -10,7 +10,7 @@ import weakref import cwcwidth -__version__ = "v2022.01.08" +__version__ = "v2022.01.13" ESC = "\x1b"