version change

This commit is contained in:
Renato
2025-02-20 10:38:32 +01:00
parent be30d0ccdd
commit 1009c56933

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