diff --git a/pyproject.toml b/pyproject.toml index fc8f4ab..36660b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,12 +1,12 @@ [tool.poetry] name = "hier-config" -version = "2.2.0" +version = "2.2.1" description = "A network configuration comparison tool, used to build remediation configurations." packages = [ { include="hier_config", from="."}, ] authors = [ - "Andrew Edwards ", + "Andrew Edwards ", "James Williams