From 6f81841476529a2b70d257cb4a6c29f37789e1d7 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Tue, 14 Aug 2018 09:05:18 -0400 Subject: [PATCH] Release 0.2.7 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76f0562..c4c26b2 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ name='qnapstats', description='Python API for obtaining QNAP NAS system stats', long_description=io.open('README.rst', encoding='utf-8').read(), - version='0.2.6', + version='0.2.7', license='MIT', author='Colin O\'Dell', author_email='colinodell@gmail.com',