Skip to content

Commit

Permalink
Version 0.0.12: Use Meteostat 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clampr committed Jul 23, 2022
1 parent 6aeb47b commit 95e09c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
flask
meteostat==1.5.10
meteostat==1.6.3
configparser
sqlalchemy
mysql-connector-python
Expand Down
2 changes: 1 addition & 1 deletion server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__appname__ = 'server'
__version__ = '0.0.11'
__version__ = '0.0.12'

import warnings
from flask import Flask, request
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# Setup
setup(
name='meteostat-server',
version='0.0.11',
version='0.0.12',
author='Meteostat',
author_email='[email protected]',
description='Run a Meteostat JSON API server anywhere.',
Expand All @@ -20,7 +20,7 @@
include_package_data=True,
install_requires=[
'flask',
'meteostat==1.6.1',
'meteostat==1.6.3',
'configparser',
'sqlalchemy',
'mysql-connector-python'
Expand Down

0 comments on commit 95e09c8

Please sign in to comment.