Skip to content

Commit 1c3be3a

Browse files
committed
Bump version: 0.7.4 → 0.7.5
1 parent 11efe1d commit 1c3be3a

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.7.4
2+
current_version = 0.7.5
33
commit = True
44
tag = True
55

@@ -12,5 +12,6 @@ search = version='{current_version}'
1212
replace = version='{new_version}'
1313

1414
[bumpversion:file:iland/__init__.py]
15-
search = __version__ = '{current_version}'
15+
search = __version__ = '{current_version}'
1616
replace = __version__ = '{new_version}'
17+

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__ = '[email protected]'
14-
__version__ = '0.7.4'
14+
__version__ = '0.7.5'

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='0.7.4',
25+
version='0.7.5',
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-
0.7.4
1+
0.7.5

0 commit comments

Comments
 (0)