From 4d763ab75f527d21417864341e3f46104ee56197 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Thu, 6 Jul 2023 18:40:27 -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 6042e7f..1aeddf0 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="sunweg", - version="2.0.0b3", + version="2.0.0", author="rokam", author_email="lucas@mindello.com.br", description="A library to retrieve data from sunweg.net",