From 0e4072d1c91960d55f41ede47fefad642343bd92 Mon Sep 17 00:00:00 2001 From: Yurii Kasper Date: Fri, 19 Jun 2026 15:21:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20release:=20Increment=20cli=20ver?= =?UTF-8?q?sion=20in=20the=20setup.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a7cca71..930fb2a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="oks-cli", - version="1.21", + version="1.22", packages=['oks_cli'], author="Outscale SAS", author_email="opensource@outscale.com",