From a274a44f81bead75ea150a11ef0b94c90b8aecef Mon Sep 17 00:00:00 2001 From: Quentin POLLET Date: Tue, 8 Sep 2020 13:37:15 +0200 Subject: [PATCH] Release 0.9.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 85af7bb..058c8cc 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.8.2" +VERSION = "0.9.0" with open("requirements.txt") as f: required = f.read().splitlines()