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