Skip to content

Commit e1ac74b

Browse files
author
lyubomir atanasov
committed
Remove V from get_version
1 parent 31056f0 commit e1ac74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailjet_rest/utils/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)