update v.0.4.0

see release notes for more informations
This commit is contained in:
Renato Visaggio
2021-11-06 16:04:09 +01:00
parent 095f5cdc0c
commit a82beca7c5
17 changed files with 1193 additions and 15 deletions

View File

@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
setup(
name='synology-api',
version='0.3.0',
version='0.4.0',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='Python Synology API Wrapper',