diff --git a/setup.py b/setup.py index 647b5f51..85af7bb1 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.8.1" +VERSION = "0.8.2" with open("requirements.txt") as f: required = f.read().splitlines()