From 8c8997e2a28551048c0066d1f57ca91a4402712b Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Sat, 2 May 2020 00:22:58 +0200 Subject: [PATCH] Release 0.7.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4ab096eb..ed0b8d7a 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.3" +VERSION = "0.7.4" with open("requirements.txt") as f: required = f.read().splitlines()