From abc9960e5050fc3640dff3828c5bb6e302c2b05e Mon Sep 17 00:00:00 2001 From: Jacob Davis-Hansson Date: Tue, 17 May 2022 09:58:11 +0200 Subject: [PATCH] Release 0.11.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f71b8f1..50bbe3f 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ name="tibber_aws", packages=["tibber_aws"], install_requires=install_requires, - version="0.10.1", + version="0.11.0", description="A python3 library to communicate with Aws", python_requires=">=3.7.0", author="Tibber",