From 9a73482f4941708d53e7aad2b1f42543f482b3fd Mon Sep 17 00:00:00 2001 From: Yurii Kasper Date: Mon, 30 Mar 2026 15:51:08 +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 e2f1b14..a7cca71 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="oks-cli", - version="1.20", + version="1.21", packages=['oks_cli'], author="Outscale SAS", author_email="opensource@outscale.com",