Skip to content

Commit 9cc8fc1

Browse files
v1.7.0
1 parent 3c38635 commit 9cc8fc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mirage_api/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def __do_post(self, resource, data=None, query=None):
6464
# Generate request headers
6565
headers = {
6666
"Content-Type": "application/json",
67-
"User-Agent": "python-mirage-api/1.6.0",
67+
"User-Agent": "python-mirage-api/1.7.0",
6868
"Authorization": self.__generate_auth()
6969
}
7070

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='mirage-api',
8-
version='1.6.0',
8+
version='1.7.0',
99
author=u'Valerian Saliou',
1010
author_email='[email protected]',
1111
packages=find_packages(),

0 commit comments

Comments
 (0)