Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarquezs committed Jun 3, 2023
1 parent f1dd363 commit 05753bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myjdapi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@
MYJDUnknownException,
)

__version__ = "1.1.6"
__version__ = "1.1.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = f.read()
setup(
name="myjdapi",
version="1.1.6",
version="1.1.7",
description="Library to use My.Jdownloader API in an easy way.",
long_description=long_description,
url="https://github.com/mmarquezs/My.Jdownloader-API-Python-Library/",
Expand Down

0 comments on commit 05753bc

Please sign in to comment.