diff --git a/README.md b/README.md index ffe6beb..8a17247 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,6 @@ Library for fetching weather information from [Finnish Meteorological Institute (FMI)](https://en.ilmatieteenlaitos.fi/open-data). -Originally build for personal use because I wanted to create FMI integration for -[Home Assistant](https://www.home-assistant.io/). - -**BETA WARNING!** This is still under heavy development. The public API is not frozen yet so DO NOT consider it to be -stable. Any version can have breaking changes. - ## How to use Working example can be found in [example.py](example.py). diff --git a/setup.py b/setup.py index 366ea4b..04f900d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="fmi-weather-client", - version="0.0.13", + version="0.1.0", author="Mika Hiltunen", author_email="saaste@gmail.com", description="Library for fetching weather information from Finnish Meteorological Institute (FMI)",