change version

This commit is contained in:
Renato
2024-03-06 06:29:01 +01:00
parent c63825df68
commit 7e2bb98c07

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