We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1dd363 commit 05753bcCopy full SHA for 05753bc
myjdapi/__init__.py
@@ -34,4 +34,4 @@
34
MYJDUnknownException,
35
)
36
37
-__version__ = "1.1.6"
+__version__ = "1.1.7"
setup.py
@@ -12,7 +12,7 @@
12
long_description = f.read()
13
setup(
14
name="myjdapi",
15
- version="1.1.6",
+ version="1.1.7",
16
description="Library to use My.Jdownloader API in an easy way.",
17
long_description=long_description,
18
url="https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/",
0 commit comments