Release 0.8.2

This commit is contained in:
Quentin POLLET
2020-06-03 18:43:59 +02:00
parent 6904c60355
commit dc3e7bd4df

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