mirror of
https://github.com/N4S4/synology-api.git
synced 2025-07-28 07:13:07 +00:00
change version
This commit is contained in:
2
setup.py
2
setup.py
@ -8,7 +8,7 @@ with open(path.join(this_directory, 'README.md'), encoding='utf-8') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='synology-api',
|
name='synology-api',
|
||||||
version='0.7',
|
version='0.7.1',
|
||||||
packages=find_packages(exclude=['tests*']),
|
packages=find_packages(exclude=['tests*']),
|
||||||
license='MIT',
|
license='MIT',
|
||||||
description='Python Synology API Wrapper',
|
description='Python Synology API Wrapper',
|
||||||
|
Reference in New Issue
Block a user