From f6dd3cb5f65a902919c59b509e32cb7f83acf963 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Tue, 14 Feb 2023 22:41:43 -0300 Subject: [PATCH] chore: bump v0.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 548d780..1361238 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setuptools.setup( name='sunweg', - version='0.0.1', + version='0.0.3', author="rokam", author_email="lucas@mindello.com.br", description="A library to retrieve data from sunweg.net",