We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd449c7 commit c575c5fCopy full SHA for c575c5f
datapoint/__init__.py
@@ -1,6 +1,6 @@
1
"""Datapoint API to retrieve Met Office data"""
2
3
-__version__ = "0.2.2"
+__version__ = "0.3.0"
4
__author__ = "Jacob Tomlinson"
5
__author_email__ = "jacob.tomlinson@metoffice.gov.uk"
6
setup.py
@@ -3,7 +3,7 @@
from distutils.core import setup
setup(name='datapoint',
- version='0.2.2',
+ version='0.3.0',
7
install_requires=[
8
"requests >= 2.3.0",
9
"appdirs",
0 commit comments