Release 0.7.4

This commit is contained in:
Quentin POLLET
2020-05-02 00:22:58 +02:00
parent bf6c88912c
commit 8c8997e2a2

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.3"
VERSION = "0.7.4"
with open("requirements.txt") as f:
required = f.read().splitlines()