We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38c8f6 commit a13dee7Copy full SHA for a13dee7
iland/__init__.py
@@ -11,4 +11,4 @@
11
12
__author__ = 'iland Internet Solutions, Corp'
13
__email__ = 'devops@iland.com'
14
-__version__ = '0.7.5'
+__version__ = '__version__ = '0.7.5''
setup.py
@@ -22,7 +22,7 @@
22
23
setup(
24
name='iland-sdk',
25
- version='0.7.5',
+ version='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