From 8b890e49462fd49eb29d81a924ddf39883b1a1d4 Mon Sep 17 00:00:00 2001 From: Mika Hiltunen Date: Wed, 4 Mar 2020 19:34:11 +0200 Subject: [PATCH] Bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 36c560a..5907aa4 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="fmi-weather-client", - version="0.0.10", + version="0.0.11", author="Mika Hiltunen", author_email="saaste@gmail.com", description="Library for fetching weather information from Finnish Meteorological Institute (FMI)",