diff --git a/pyproject.toml b/pyproject.toml index 26b4d75..af30d9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ansible-generator" -version = "3.0.3" +version = "3.1.0" description = "Ansible project generation tool" authors = ["Kevin Kirsche "] license = "BSD-4-Clause" diff --git a/setup.py b/setup.py index 1bd3ba9..c45ea62 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version="3.0.3", + version="3.1.0", description="Generate ansible directory structures", long_description=long_description, long_description_content_type="text/markdown",