Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Nov 30, 2023
1 parent af19f03 commit 7412d07
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.3.1",
"User-Agent": "python-mirage-api/1.3.2",
"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.3.1',
version='1.3.2',
author=u'Valerian Saliou',
author_email='valerian@valeriansaliou.name',
packages=find_packages(),
Expand Down

0 comments on commit 7412d07

Please sign in to comment.