Skip to content

Commit ecff780

Browse files
Bump version: 0.2.9 → 0.2.10
1 parent 451ff66 commit ecff780

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.9'
7+
__version__ = '0.2.10'

setup.cfg

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

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@
4545
test_suite="tests",
4646
tests_require=test_requirements,
4747
url="https://github.com/shankarpandala/lazypredict",
48-
version='0.2.9',
48+
version='0.2.10',
4949
zip_safe=False,
5050
)

0 commit comments

Comments
 (0)