Skip to content

Commit 42cc99a

Browse files
committed
apply e065056 to master
1 parent 88d375a commit 42cc99a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ def format_version_string(version_number):
2929
"""
3030
Returns a string representation of the API version
3131
"""
32-
return '{}v'.format(version_number)
32+
return 'v{}'.format(version_number)

0 commit comments

Comments
 (0)