Skip to content

Commit 9840efc

Browse files
author
GitHub Bot
committed
Bump version: 0.24.0 → 0.25.0
1 parent f709f00 commit 9840efc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 0.24.0
2+
current_version = 0.25.0
33
commit = True
44
tag = True
55

janitor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ def get_features_targets(*args, **kwargs):
1818
return _get_features_targets(*args, **kwargs)
1919

2020

21-
__version__ = "0.24.0"
21+
__version__ = "0.25.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def generate_long_description() -> str:
116116

117117
setup(
118118
name="pyjanitor",
119-
version="0.24.0",
119+
version="0.25.0",
120120
description="Tools for cleaning pandas DataFrames",
121121
author="pyjanitor devs",
122122
author_email="[email protected]",

0 commit comments

Comments
 (0)