We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6904c60 commit dc3e7bdCopy full SHA for dc3e7bd
setup.py
@@ -10,7 +10,7 @@
10
from codecs import open
11
12
REPO_URL = "https://github.com/ProtoThis/python-synology"
13
-VERSION = "0.8.1"
+VERSION = "0.8.2"
14
15
with open("requirements.txt") as f:
16
required = f.read().splitlines()
0 commit comments