We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 427a807 commit f743328Copy full SHA for f743328
mailjet_rest/utils/version.py
@@ -1,4 +1,4 @@
1
-VERSION = (1, 3, 3)
+VERSION = (1, 3, 2)
2
3
4
def get_version(version=None):
@@ -10,4 +10,4 @@ def get_version(version=None):
10
version = VERSION
11
else:
12
assert len(version) == 3
13
- return 'v{0}.{1}.{2}'.format(*(x for x in version))
+ return '{0}.{1}.{2}'.format(*(x for x in version))
0 commit comments