Skip to content

Commit f743328

Browse files
committed
Update version
1 parent 427a807 commit f743328

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mailjet_rest/utils/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = (1, 3, 3)
1+
VERSION = (1, 3, 2)
22

33

44
def get_version(version=None):
@@ -10,4 +10,4 @@ def get_version(version=None):
1010
version = VERSION
1111
else:
1212
assert len(version) == 3
13-
return 'v{0}.{1}.{2}'.format(*(x for x in version))
13+
return '{0}.{1}.{2}'.format(*(x for x in version))

0 commit comments

Comments
 (0)