diff --git a/lscolors/setup.py b/lscolors/setup.py index fffa203..4eca231 100755 --- a/lscolors/setup.py +++ b/lscolors/setup.py @@ -8,6 +8,7 @@ except ImportError: setup(name="lscolors", + version="2021.12.20", description=("Give coloring for file types as in the ls command."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton",