diff --git a/setup.py b/setup.py index 4ab096e..ed0b8d7 100644 --- a/setup.py +++ b/setup.py @@ -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.3" +VERSION = "0.7.4" with open("requirements.txt") as f: required = f.read().splitlines()