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 e95eaaa commit 18423acCopy full SHA for 18423ac
myjdapi/__init__.py
@@ -34,4 +34,4 @@
34
MYJDUnknownException,
35
)
36
37
-__version__ = "1.1.5"
+__version__ = "1.1.6"
setup.py
@@ -12,7 +12,7 @@
12
long_description = f.read()
13
setup(
14
name="myjdapi",
15
- version="1.1.5",
+ version="1.1.6",
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