From 9d638d61045dde577a6bc2762fd8b36b7fffbba3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Wed, 31 Jul 2019 21:17:23 +0200 Subject: [PATCH] 0.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a353ef2..0451889 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ name='tibber_aws', packages=['tibber_aws'], install_requires=['boto3'], - version='0.1.0', + version='0.1.1', description='A python3 library to communicate with Aws', python_requires='>=3.5.3', author='Tibber', @@ -18,4 +18,4 @@ 'Programming Language :: Python :: 3', 'Topic :: Software Development :: Libraries :: Python Modules' ] -) \ No newline at end of file +)