Skip to content

Commit 05753bc

Browse files
committed
Bump version.
1 parent f1dd363 commit 05753bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

myjdapi/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
MYJDUnknownException,
3535
)
3636

37-
__version__ = "1.1.6"
37+
__version__ = "1.1.7"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
long_description = f.read()
1313
setup(
1414
name="myjdapi",
15-
version="1.1.6",
15+
version="1.1.7",
1616
description="Library to use My.Jdownloader API in an easy way.",
1717
long_description=long_description,
1818
url="https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/",

0 commit comments

Comments
 (0)