From cb8c67cbc4ce1c80df9b3e62b2d18da9ce1c23a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Wed, 29 May 2024 18:00:10 -0300 Subject: [PATCH] chore: bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b845b8b..cc6a72b 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setuptools.setup( name="sunweg", - version="3.0.0", + version="3.0.1", author="rokam", author_email="lucas@mindello.com.br", description="A library to retrieve data from sunweg.net",