Update version to v2022.05.11

This commit is contained in:
Andrew Hamilton 2022-05-11 11:14:22 +10:00
parent 388c59aefd
commit 0abca96868
10 changed files with 10 additions and 10 deletions

View file

@ -1,3 +1,3 @@
__version__ = "v2022.04.30"
__version__ = "v2022.05.11"

View file

@ -10,7 +10,7 @@ except ImportError:
REPO_PATH = os.path.dirname(os.getcwd())
setup(name="eris",
version="v2022.04.30",
version="v2022.05.11",
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",