Update setup.py

This commit is contained in:
Renato
2025-05-07 12:38:15 +02:00
committed by GitHub
parent 0c05e3197a
commit 00cd173d31

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.8',
version='0.8.1',
packages=find_packages(exclude=['tests*']),
license='MIT',
description='Python Synology API Wrapper',