From 50cd136fc136af22f8500d7306e51cf0b9b8ed68 Mon Sep 17 00:00:00 2001 From: Davidson Gomes Date: Thu, 16 Jan 2025 17:40:53 -0300 Subject: [PATCH] Update version to 0.0.9 in setup.py for Evolution API client --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0598239..2872aa8 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages setup( name='evolutionapi', - version='0.0.8', + version='0.0.9', description='Client Python para a API Evolution', author='Davidson Gomes', author_email='contato@agenciadgcode.com',