From e7ccb5ec3f86bee0cbb9981070a62988a83a5b3c Mon Sep 17 00:00:00 2001 From: csparpa Date: Fri, 2 Oct 2020 18:31:53 +0200 Subject: [PATCH] forgot... :-(((( --- pyowm/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyowm/constants.py b/pyowm/constants.py index fd761d31..22753ffb 100644 --- a/pyowm/constants.py +++ b/pyowm/constants.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -PYOWM_VERSION = (3, 1, 0) +PYOWM_VERSION = (3, 1, 1) AGRO_API_VERSION = (1, 0, 0) AIRPOLLUTION_API_VERSION = (3, 0, 0) ALERT_API_VERSION = (3, 0, 0)