From 7a499af8bfbbd1e929bcbcdf7c4b039787217439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Mind=C3=AAllo=20de=20Andrade?= Date: Sat, 6 Jan 2024 21:00:36 -0300 Subject: [PATCH] chore: version bump --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7b8d43b..dd974ba 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ setuptools.setup( name="sunweg", - version="2.0.3", + version="2.1.0", author="rokam", author_email="lucas@mindello.com.br", description="A library to retrieve data from sunweg.net", @@ -20,7 +20,7 @@ long_description_content_type="text/markdown", url="https://github.com/rokam/sunweg", install_requires=requires, - packages=setuptools.find_packages(exclude=['tests','tests.*']), + packages=setuptools.find_packages(exclude=["tests", "tests.*"]), python_requires=">=3.10", classifiers=[ "Programming Language :: Python :: 3",