We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0622bcf commit e00df96Copy full SHA for e00df96
setup.py
@@ -10,7 +10,7 @@
10
from codecs import open
11
12
REPO_URL = "https://github.com/ProtoThis/python-synology"
13
-VERSION = "0.6.0"
+VERSION = "0.7.0"
14
15
with open("requirements.txt") as f:
16
required = f.read().splitlines()
0 commit comments