From 49643d1c513a55c080aae4b80e4ff411d7619617 Mon Sep 17 00:00:00 2001 From: opsmill-bot Date: Mon, 22 Jul 2024 15:25:35 +0000 Subject: [PATCH] chore: update pyproject.toml & galaxy.yml --- galaxy.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 848fa3a..730c604 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -10,7 +10,7 @@ namespace: opsmill name: infrahub # The version of the collection. Must be compatible with semantic versioning -version: 1.0.9 +version: 1.1.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/pyproject.toml b/pyproject.toml index 05d286d..da9fb3e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "infrahub_ansible_modules" -version = "1.0.9" +version = "1.1.0" description = "Ansible collection to interact with Infrahub's API" authors = ["OpsMill "] license = "GPLv3"