From d1be5a9685473ae33d34d45c99a63d45ec1ca0c8 Mon Sep 17 00:00:00 2001 From: nacho-herrera <65458529+nacho-herrera@users.noreply.github.com> Date: Fri, 19 Apr 2024 02:56:32 -0300 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9eb6ea6..0ec9d9c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pyCocos", - version="0.2.7", + version="0.2.8", author="Nacho Herrera", author_email="github@nachoherrera.com.ar", description="Python connector for Cocos Capital's Rest APIs.",