diff --git a/setup.py b/setup.py index c2c8334e..47183395 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ 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()