Release 0.7.1

This commit is contained in:
Quentin POLLET
2020-04-26 19:14:03 +02:00
parent 90a3d2fc16
commit 4d9897a4ca

View File

@ -10,7 +10,7 @@ from setuptools import setup, find_packages
from codecs import open
REPO_URL = "https://github.com/ProtoThis/python-synology"
VERSION = "0.7.0"
VERSION = "0.7.1"
with open("requirements.txt") as f:
required = f.read().splitlines()