From dded18f12abb65ce5b1c5114a53e36bf8cb20187 Mon Sep 17 00:00:00 2001 From: German Laullon Date: Mon, 24 Jul 2023 17:26:44 +0200 Subject: [PATCH] Update setup.py (#38) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8181f6e..a4b7c0b 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def run(self): setuptools.setup( name='wavefront-cli', - version='0.1.1', + version='0.1.2', description='VMware Aria Operations for Applications CLI Utility.', long_description=long_description, url='https://github.com/wavefrontHQ/wavefront-cli',