Skip to content

Commit

Permalink
Bump to 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed Apr 26, 2024
1 parent 24780c4 commit 358ae09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pymeteobridgesql/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
from .data import ForecastDaily, ForecastHourly, RealtimeData, StationData

__title__ = "pymeteobridgesql"
__version__ = "1.1.5"
__version__ = "1.1.6"
__author__ = "briis"
__license__ = "MIT"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setuptools.setup(
name="pymeteobridgesql",
version="1.1.5",
version="1.1.6",
author="briis",
author_email="bjarne@briis.com",
description="Gets weather data from a MySQL table",
Expand Down

0 comments on commit 358ae09

Please sign in to comment.