Skip to content

Commit afa028e

Browse files
Bump version: 0.2.6 → 0.2.7
1 parent 451ab67 commit afa028e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

lazypredict/__init__.py

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

55
__author__ = """Shankar Rao Pandala"""
66
__email__ = '[email protected]'
7-
__version__ = '0.2.6'
7+
__version__ = '0.2.7'

setup.cfg

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

@@ -22,4 +22,3 @@ test = pytest
2222

2323
[tool:pytest]
2424
collect_ignore = ['setup.py']
25-

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@
4747
test_suite='tests',
4848
tests_require=test_requirements,
4949
url='https://github.com/shankarpandala/lazypredict',
50-
version='0.2.6',
50+
version='0.2.7',
5151
zip_safe=False,
5252
)

0 commit comments

Comments
 (0)