From a60e773c1d1e7865aa9670eb656118b59284e01f Mon Sep 17 00:00:00 2001 From: Mika Hiltunen Date: Sat, 7 Mar 2020 10:33:36 +0200 Subject: [PATCH] Bump version to 0.1.0 (#36) --- README.md | 6 ------ setup.py | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) 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)",