Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 10, 2023
1 parent 08d6288 commit f173487
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 @@ -59,7 +59,7 @@ def __do_post(self, resource, data={}, query={}):
# Generate request headers
headers = {
"Content-Type": "application/json",
"User-Agent": "python-mirage-api/1.1.0",
"User-Agent": "python-mirage-api/1.2.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.1.0',
version='1.2.0',
author=u'Valerian Saliou',
author_email='valerian@valeriansaliou.name',
packages=find_packages(),
Expand Down

0 comments on commit f173487

Please sign in to comment.