diff --git a/README.md b/README.md index 8a40b91..6aacf05 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. Install eris directly using pip, and apt install the tools eris relies on: - pip install git+https://github.com/ahamilton/eris@2021.12.22#subdirectory=eris + pip install git+https://github.com/ahamilton/eris@v2021.12.22#subdirectory=eris eris --apt-install-tools Or install from source: (including tools) diff --git a/eris/setup.py b/eris/setup.py index 2be236a..0e05c81 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="2021.12.22", + version="v2021.12.22", 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/setup.py b/fill3/setup.py index 1ae886d..528c4a5 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="2021.12.22", + version="v2021.12.22", description=("Fill3 provides basic widgets for a tui."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", diff --git a/lscolors/setup.py b/lscolors/setup.py index 4b5e437..d8c6346 100755 --- a/lscolors/setup.py +++ b/lscolors/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="lscolors", - version="2021.12.22", + version="v2021.12.22", description=("Give coloring for file types as in the ls command."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton", diff --git a/packaging/make-readme.py b/packaging/make-readme.py index 9094356..8bb934c 100755 --- a/packaging/make-readme.py +++ b/packaging/make-readme.py @@ -26,7 +26,7 @@ Eris maintains an up-to-date set of reports for every file in a codebase. Install eris directly using pip, and apt install the tools eris relies on: - pip install git+https://github.com/ahamilton/eris@2021.12.22#subdirectory=eris + pip install git+https://github.com/ahamilton/eris@v2021.12.22#subdirectory=eris eris --apt-install-tools Or install from source: (including tools) diff --git a/termstr/setup.py b/termstr/setup.py index 54508d4..757a0ce 100755 --- a/termstr/setup.py +++ b/termstr/setup.py @@ -8,7 +8,7 @@ except ImportError: setup(name="termstr", - version="2021.12.22", + version="v2021.12.22", description=("Termstr provides strings with extra terminal styling."), url="https://github.com/ahamilton/eris", author="Andrew Hamilton",