We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13dee7 commit 6bec350Copy full SHA for 6bec350
iland/__init__.py
@@ -11,4 +11,4 @@
11
12
__author__ = 'iland Internet Solutions, Corp'
13
__email__ = 'devops@iland.com'
14
-__version__ = '__version__ = '0.7.5''
+__version__ = '0.7.5'
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='iland-sdk',
25
- version='version='0.7.5'',
+ version='0.7.5',
26
description="iland cloud Python SDK",
27
long_description=readme + '\n\n' + history,
28
author="iland Internet Solutions, Corp",
0 commit comments