From b3e828191d7dd54d158809ffb15a74130b39a2f4 Mon Sep 17 00:00:00 2001 From: Romain Beuque <556072+rbeuque74@users.noreply.github.com> Date: Fri, 7 Apr 2023 09:33:38 +0000 Subject: [PATCH] feat(version): bump setup.cfg Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com> --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 29903b9..26ad3b4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ name = ovh description = "Official module to perform HTTP requests to the OVHcloud APIs" long_description = file: README.rst -version = 1.0.1 +version = 1.1.0 author = OVHcloud team - Romain Beuque author_email = api@ml.ovh.net url = https://api.ovh.com