Release 0.8.1

This commit is contained in:
Quentin POLLET
2020-05-15 00:36:29 +02:00
parent c96d2b2de0
commit 1286f4aaa2

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