Skip to content

Commit

Permalink
v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Dec 6, 2024
1 parent 1f4376e commit 14f2e33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirage_api/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def __do_post(self, resource, data=None, query=None):
# Generate request headers
headers = {
"Content-Type": "application/json",
"User-Agent": "python-mirage-api/1.5.0",
"User-Agent": "python-mirage-api/1.6.0",
"Authorization": self.__generate_auth()
}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='mirage-api',
version='1.5.0',
version='1.6.0',
author=u'Valerian Saliou',
author_email='valerian@valeriansaliou.name',
packages=find_packages(),
Expand Down

0 comments on commit 14f2e33

Please sign in to comment.