From b6758f76c10cbf04e76e799f1ec7dde09fee6159 Mon Sep 17 00:00:00 2001 From: Colin O'Dell Date: Thu, 12 Aug 2021 21:37:11 -0400 Subject: [PATCH] Prepare to release 0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f73b682..f4897eb 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.3.1', + version='0.4.0', license='MIT', author='Colin O\'Dell', author_email='colinodell@gmail.com',