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 fbf2515 commit 4a933f9Copy full SHA for 4a933f9
myjdapi/__init__.py
@@ -34,4 +34,4 @@
34
MYJDUnknownException,
35
)
36
37
-__version__ = "1.0.7"
+__version__ = "1.1.0"
setup.py
@@ -11,7 +11,7 @@
11
long_description = f.read()
12
setup(
13
name='myjdapi',
14
- version='1.0.7',
+ version='1.1.0',
15
description='Library to use My.Jdownloader API in an easy way.',
16
long_description=long_description,
17
url='https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/',
0 commit comments