Skip to content

Commit

Permalink
Bump to 1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
briis committed May 14, 2024
1 parent eec3a81 commit 50791de
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, MinuteData, MonthlyData, RealtimeData, StationData

__title__ = "pymeteobridgesql"
__version__ = "1.2.4"
__version__ = "1.2.5"
__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.2.4",
version="1.2.5",
author="briis",
author_email="[email protected]",
description="Gets weather data from a MySQL table",
Expand Down

0 comments on commit 50791de

Please sign in to comment.