Skip to content

Commit 3262c1b

Browse files
committed
Bump version: 1.0.1 → 1.0.2
1 parent afb6f8f commit 3262c1b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.1
2+
current_version = 1.0.2
33
commit = True
44
tag = True
55

iland/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111

1212
__author__ = 'iland Internet Solutions, Corp'
1313
__email__ = 'devops@iland.com'
14-
__version__ = '1.0.1'
14+
__version__ = '1.0.2'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
setup(
2424
name='iland-sdk',
25-
version='1.0.1',
25+
version='1.0.2',
2626
description="iland cloud Python SDK",
2727
long_description=readme + '\n\n' + history,
2828
author="iland Internet Solutions, Corp",

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)