Skip to content

Commit 11efe1d

Browse files
committed
Bumpversion setup.
1 parent 6bec350 commit 11efe1d

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.bumpversion.cfg

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

@@ -12,6 +12,5 @@ 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.5'
14+
__version__ = '0.7.4'

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

0 commit comments

Comments
 (0)