From 944cd2edb7fe69e4754b08f7664425a53d01504b Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Tue, 21 Feb 2017 15:11:05 -0500 Subject: [PATCH] Prepare for 0.2.3 release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 86d11ce..5b22741 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.2', + version='0.2.3', license='MIT', author='Colin O\'Dell', author_email='colinodell@gmail.com',