Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam committed Jan 7, 2024
1 parent 1f0dd5e commit 7a499af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setuptools.setup(
name="sunweg",
version="2.0.3",
version="2.1.0",
author="rokam",
author_email="[email protected]",
description="A library to retrieve data from sunweg.net",
Expand All @@ -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",
Expand Down

0 comments on commit 7a499af

Please sign in to comment.