Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
FL550 authored May 9, 2022
1 parent b1c1f25 commit ee9e581
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 @@ -5,7 +5,7 @@

setuptools.setup(
name="simple_dwd_weatherforecast",
version="1.1.4",
version="1.1.5",
author="Max Fermor",
description="A simple tool to retrieve a weather forecast from DWD OpenData",
long_description=long_description,
Expand All @@ -19,4 +19,4 @@
],
python_requires='>=3.6',
install_requires=['lxml','requests']
)
)

0 comments on commit ee9e581

Please sign in to comment.